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