rust/src/test/ui/block-expr-precedence.stderr
2020-04-11 16:15:24 +02:00

10 lines
271 B
Text

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