blob: 6bcb77385d7d5404696111b3a353fc00245ba756 [file] [log] [blame]
error: expected `{`, found doc comment `/*!*/`
--> $DIR/doc-comment-in-if-statement.rs:2:13
|
LL | if true /*!*/ {}
| -- ^^^^^ expected `{`
| |
| this `if` statement has a condition, but no block
error: aborting due to previous error