]> git.lizzy.rs Git - rust.git/blob - clippy_tests/examples/patterns.stderr
5423730dfe06c5f729d0c962582f76e5f8465cbf
[rust.git] / clippy_tests / examples / patterns.stderr
1 error: the `y @ _` pattern can be written as just `y`
2   --> patterns.rs:10:9
3    |
4 10 |         y @ _   => (),
5    |         ^^^^^
6    |
7    = note: `-D redundant-pattern` implied by `-D warnings`
8
9 error: aborting due to previous error(s)
10
11 error: Could not compile `clippy_tests`.
12
13 To learn more, run the command again with --verbose.