about summary refs log tree commit diff
path: root/tests/rustdoc-json/intra-doc-links/user_written.rs
blob: 97a643490e6c441b8e95e69081f8fd3b5646b8d5 (plain)
1
2
3
4
5
6
7
8
//! 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