blob: 9a246c483b2b2d4f9069a3ca9623c4058a972b49 [file] [log] [blame]
error: the `y @ _` pattern can be written as just `y`
--> $DIR/patterns.rs:10:9
|
10 | y @ _ => (),
| ^^^^^
|
= note: `-D redundant-pattern` implied by `-D warnings`