]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/issue-30366.rs
Rollup merge of #106072 - eopb:dyn-derive, r=estebank
[rust.git] / tests / 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() { }