]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/issue-30366.rs
Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into sync_cg_clif-2021-03-05
[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() { }