rust/tests/ui/patterns.stderr
2018-12-10 08:22:07 +01:00

10 lines
244 B
Text

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