Sign in
android
/
toolchain
/
rustc
/
2f3fdfeb95384b9046ea35b3532e23c652eca660
/
.
/
src
/
test
/
ui
/
parser
/
issue-30318.rs
blob: 38e30de716d0a1491977966b0795b3148e851934 [
file
] [
log
] [
blame
]
fn
foo
()
{
}
//! Misplaced comment...
//~^ ERROR expected outer doc comment
//~| NOTE inner doc comments like this (starting with `//!` or `/*!`) can only appear before items
fn
main
()
{
}