summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc/summary-reference-link-30366.rs
blob: 5b9854c53903a641060679d977dfc0e9861fa5dd (plain)
1
2
3
4
5
6
7
8
9
// @has issue_30366/index.html '//a/@href' 'http://www.rust-lang.org/'

// https://github.com/rust-lang/rust/issues/30366
#![crate_name="issue_30366"]

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