]> git.lizzy.rs Git - rust.git/blob - tests/ui/partialeq_ne_impl.stderr
Merge branch 'master' into rustfmt_tests
[rust.git] / tests / ui / partialeq_ne_impl.stderr
1 error: re-implementing `PartialEq::ne` is unnecessary
2   --> $DIR/partialeq_ne_impl.rs:18:5
3    |
4 18 | /     fn ne(&self, _: &Foo) -> bool {
5 19 | |         false
6 20 | |     }
7    | |_____^
8    |
9    = note: `-D clippy::partialeq-ne-impl` implied by `-D warnings`
10
11 error: aborting due to previous error
12