Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try
/
.
/
tests
/
ui
/
parser
/
doc-before-extern-rbrace.rs
blob: 515c90ed48c04b03c0ecaff51ad29c2bdc5dfb3e [
file
] [
log
] [
blame
]
fn
main
()
{}
extern
"C"
{
/// hi
//~^ ERROR found a documentation comment that doesn't document anything
}