rust/tests/ui/author/blocks.stderr

11 lines
193 B
Plaintext
Raw Normal View History

2019-05-19 14:52:44 +00:00
error: statement with no effect
--> $DIR/blocks.rs:14:5
2019-05-19 14:52:44 +00:00
|
LL | -x;
| ^^^
|
= note: `-D clippy::no-effect` implied by `-D warnings`
error: aborting due to previous error