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