Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
4486c24db3ca1c698b34ea08bee15194774b53df
/
.
/
tests
/
rustdoc
/
blank-line-in-doc-block-47197.rs
blob: 79492b4fa769dc1feda418f2f76f061e129e353d [
file
] [
log
] [
blame
]
// 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
()
{}