rust/tests/ui/closures/old-closure-expr-precedence.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
277 B
Plaintext
Raw Normal View History

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