Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
parser
/
doc-comment-in-if-statement.rs
blob: 343eac1b81ff0dc958a0e183ec9bdb11f2458ed6 [
file
] [
log
] [
blame
]
fn
main
()
{
if
true
/*!*/
{}
//~^ ERROR outer attributes are not allowed on
//~| ERROR expected outer doc comment
}