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