2019-05-19 16:52:44 +02:00
|
|
|
error: statement with no effect
|
2019-08-15 10:13:52 +02:00
|
|
|
--> $DIR/blocks.rs:8:9
|
2019-05-19 16:52:44 +02:00
|
|
|
|
|
2019-08-15 10:13:52 +02:00
|
|
|
LL | ;;;;
|
|
|
|
| ^^^^
|
2019-05-19 16:52:44 +02:00
|
|
|
|
|
|
|
|
= note: `-D clippy::no-effect` implied by `-D warnings`
|
|
|
|
|
2019-08-15 10:13:52 +02:00
|
|
|
error: statement with no effect
|
|
|
|
--> $DIR/blocks.rs:15:5
|
|
|
|
|
|
|
|
|
LL | -x;
|
|
|
|
| ^^^
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
2019-05-19 16:52:44 +02:00
|
|
|
|