1warning: unnecessary trailing semicolons
2  --> $DIR/old-closure-expr-precedence.rs:60:21
3   |
4LL |   if (true) { 12; };;; -num;
5   |                     ^^ help: remove these semicolons
6   |
7   = note: `#[warn(redundant_semicolons)]` on by default
8
9warning: 1 warning emitted
10
11