rust-clippy/tests/ui/author/blocks.stderr
flip1995 87fa2d90f5
Rustup to rust-lang/rust#62984
Lint redundant_semicolon was added to rustc
2019-08-15 10:14:06 +02:00

16 lines
295 B
Text

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