Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc
/
blank-line-in-doc-block-47197.rs
blob: c35e6d2fe5ccf47896bc36775ed0affbec4c8d34 [
file
] [
log
] [
blame
] [
edit
]
// 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
()
{}