mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 22:18:23 +03:00
87fa2d90f5
Lint redundant_semicolon was added to rustc
17 lines
295 B
Plaintext
17 lines
295 B
Plaintext
error: statement with no effect
|
|
--> $DIR/blocks.rs:8:9
|
|
|
|
|
LL | ;;;;
|
|
| ^^^^
|
|
|
|
|
= note: `-D clippy::no-effect` implied by `-D warnings`
|
|
|
|
error: statement with no effect
|
|
--> $DIR/blocks.rs:15:5
|
|
|
|
|
LL | -x;
|
|
| ^^^
|
|
|
|
error: aborting due to 2 previous errors
|
|
|