summary refs log tree commit diff
path: root/src/test/ui/block-expr-precedence.stderr
blob: c28980bf14786588ea49e2f5fabf747edcb0fd2c (plain)
1
2
3
4
5
6
7
8
9
10
warning: unnecessary trailing semicolons
  --> $DIR/block-expr-precedence.rs:60:21
   |
LL |   if (true) { 12; };;; -num;
   |                     ^^ help: remove these semicolons
   |
   = note: `#[warn(redundant_semicolons)]` on by default

warning: 1 warning emitted