summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc/issue-30366.rs
blob: c6274a058b0e5b3dab853503d48095df9fee1427 (plain)
1
2
3
4
5
6
// @has issue_30366/index.html '//a/@href' 'http://www.rust-lang.org/'

/// Describe it. [Link somewhere][1].
///
/// [1]: http://www.rust-lang.org/
pub fn here_is_a_fn() { }