rust-clippy/tests/ui/author/blocks.stderr

17 lines
295 B
Text
Raw Normal View History

2019-05-19 14:52:44 +00:00
error: statement with no effect
--> $DIR/blocks.rs:8:9
2019-05-19 14:52:44 +00:00
|
LL | ;;;;
| ^^^^
2019-05-19 14:52:44 +00:00
|
= 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
2019-05-19 14:52:44 +00:00