summary refs log tree commit diff
path: root/src/test/ui/parser/doc-comment-in-if-statement.stderr
blob: a720dd68bd0377baed1c590fe0e5632f6309b1c6 (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` expression has a condition, but no block

error: aborting due to previous error