]> git.lizzy.rs Git - rust.git/blob - clippy_tests/examples/partialeq_ne_impl.stderr
e9926f9710eb1179f095a8d7bdb6d0b13f97d272
[rust.git] / clippy_tests / examples / partialeq_ne_impl.stderr
1 error: re-implementing `PartialEq::ne` is unnecessary
2   --> partialeq_ne_impl.rs:10:5
3    |
4 10 |     fn ne(&self, _: &Foo) -> bool { false }
5    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6    |
7    = note: `-D partialeq-ne-impl` 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.