]> git.proxmox.com Git - rustc.git/blame - src/tools/clippy/tests/ui/patterns.stderr
New upstream version 1.23.0+dfsg1
[rustc.git] / src / tools / clippy / tests / ui / patterns.stderr
CommitLineData
ea8adc8c
XL
1error: the `y @ _` pattern can be written as just `y`
2 --> $DIR/patterns.rs:10:9
3 |
410 | y @ _ => (),
5 | ^^^^^
6 |
7 = note: `-D redundant-pattern` implied by `-D warnings`
8