Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
e42a4ca53b274dbfd94ea8f712dd9715d2e8fea5
/
.
/
tests
/
ui
/
parser
/
doc-before-mod-rbrace.rs
blob: c65a0a93184c0ea5f65d8ed34df626c27fc36d96 [
file
] [
log
] [
blame
]
mod
Foo
{
/// document
//~^ ERROR expected item after doc comment
}
fn
main
()
{}