mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-26 21:52:37 +00:00
9 lines
229 B
Rust
9 lines
229 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
|