rust/tests/ui/patterns.stderr
2018-12-28 12:41:12 +01:00

11 lines
244 B
Plaintext

error: the `y @ _` pattern can be written as just `y`
--> $DIR/patterns.rs:17:9
|
LL | y @ _ => (),
| ^^^^^
|
= note: `-D clippy::redundant-pattern` implied by `-D warnings`
error: aborting due to previous error