2024-01-03 14:56:10 -07:00
|
|
|
// https://github.com/rust-lang/rust/issues/47197
|
|
|
|
|
#![crate_name="foo"]
|
|
|
|
|
|
2024-06-21 14:03:08 +02:00
|
|
|
//@ has foo/fn.whose_woods_these_are_i_think_i_know.html
|
2018-01-04 23:09:02 -08:00
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* snow
|
|
|
|
|
|
|
|
|
|
* ice
|
|
|
|
|
*/
|
|
|
|
|
pub fn whose_woods_these_are_i_think_i_know() {}
|