]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-62375.stderr
Add test for ICE #62375
[rust.git] / src / test / ui / issues / issue-62375.stderr
1 error[E0369]: binary operation `==` cannot be applied to type `A`
2   --> $DIR/issue-62375.rs:7:7
3    |
4 LL |     a == A::Value;
5    |     - ^^ -------- fn(()) -> A {A::Value}
6    |     |
7    |     A
8    |
9    = note: an implementation of `std::cmp::PartialEq` might be missing for `A`
10
11 error: aborting due to previous error
12
13 For more information about this error, try `rustc --explain E0369`.