]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/doc-comment-in-if-statement.rs
Rollup merge of #55638 - pnkfelix:issue-55608-ice-reempty-msg_span_from_free_region...
[rust.git] / src / test / ui / parser / doc-comment-in-if-statement.rs
1 fn main() {
2     if true /*!*/ {}
3     //~^ ERROR expected `{`, found doc comment `/*!*/`
4 }