mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-02 17:25:45 +00:00
11 lines
277 B
Plaintext
11 lines
277 B
Plaintext
warning: unnecessary trailing semicolons
|
|
--> $DIR/old-closure-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
|
|
|