2024-06-21 14:03:08 +02:00
|
|
|
//@ has issue_30366/index.html '//a/@href' 'http://www.rust-lang.org/'
|
2016-02-12 13:45:07 +01:00
|
|
|
|
2023-10-16 16:12:17 -07:00
|
|
|
// https://github.com/rust-lang/rust/issues/30366
|
2023-10-16 15:41:04 -07:00
|
|
|
#![crate_name="issue_30366"]
|
|
|
|
|
2016-02-12 13:45:07 +01:00
|
|
|
/// Describe it. [Link somewhere][1].
|
|
|
|
///
|
|
|
|
/// [1]: http://www.rust-lang.org/
|
|
|
|
pub fn here_is_a_fn() { }
|