rust/tests/rustdoc-json/intra-doc-links/user_written.rs
Alona Enraght-Moony 7ab71c417b tests/rustdoc-json: replace $.index[*][? with $.index[?
Done automatically with VSCode.
2025-03-21 00:48:09 +00:00

8 lines
223 B
Rust

//! For motivation, see [the reasons](foo#reasons)
/// # Reasons
/// To test rustdoc json
pub fn foo() {}
//@ set foo = "$.index[?(@.name=='foo')].id"
//@ is "$.index[?(@.name=='user_written')].links['foo#reasons']" $foo