rust/tests/ui/author/blocks.stderr
Oliver Scherer 3908d86f8a
Don't rustfmt author test
Co-Authored-By: Philipp Krones <hello@philkrones.com>
2019-05-28 15:34:25 +02:00

10 lines
193 B
Text

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