rust/tests/ui/patterns.stderr

11 lines
246 B
Plaintext

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