about summary refs log tree commit diff
path: root/src/test/ui/parser/doc-comment-in-if-statement.rs
blob: c85fe25a7d0d1999e30328bfff25cb21d0221593 (plain)
1
2
3
4
fn main() {
    if true /*!*/ {}
    //~^ ERROR expected `{`, found doc comment `/*!*/`
}