mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
12 lines
200 B
Rust
12 lines
200 B
Rust
// https://github.com/rust-lang/rust/issues/47197
|
|
#![crate_name="foo"]
|
|
|
|
//@ has foo/fn.whose_woods_these_are_i_think_i_know.html
|
|
|
|
/**
|
|
* snow
|
|
|
|
* ice
|
|
*/
|
|
pub fn whose_woods_these_are_i_think_i_know() {}
|