summary refs log tree commit diff
path: root/src/test/ui/parser/doc-comment-in-if-statement.stderr
blob: 6bcb77385d7d5404696111b3a353fc00245ba756 (plain)
1
2
3
4
5
6
7
8
9
10
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