]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/issue-30366.rs
Merge commit '4a053f206fd6799a25823c307f7d7f9d897be118' into sync-rustfmt-subtree
[rust.git] / src / test / rustdoc / issue-30366.rs
1 // @has issue_30366/index.html '//a/@href' 'http://www.rust-lang.org/'
2
3 /// Describe it. [Link somewhere][1].
4 ///
5 /// [1]: http://www.rust-lang.org/
6 pub fn here_is_a_fn() { }