2019-07-30 12:52:32 -05:00
|
|
|
warning: unnecessary trailing semicolons
|
2020-12-30 17:09:22 -06:00
|
|
|
--> $DIR/old-closure-expr-precedence.rs:60:21
|
2019-07-30 12:52:32 -05:00
|
|
|
|
|
|
|
|
LL | if (true) { 12; };;; -num;
|
|
|
|
| ^^ help: remove these semicolons
|
|
|
|
|
|
2020-02-26 21:10:42 -06:00
|
|
|
= note: `#[warn(redundant_semicolons)]` on by default
|
2019-07-30 12:52:32 -05:00
|
|
|
|
2020-03-11 10:30:09 -05:00
|
|
|
warning: 1 warning emitted
|
|
|
|
|