rust/tests/rustdoc/summary-reference-link-3036...

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
255 B
Rust
Raw Normal View History

//@ has issue_30366/index.html '//a/@href' 'http://www.rust-lang.org/'
2023-10-17 07:12:17 +08:00
// 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() { }