We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 944dc4a commit 2536ae5Copy full SHA for 2536ae5
src/test/compile-fail/rfc1445/match-forbidden-without-eq.rs
@@ -24,7 +24,7 @@ fn main() {
24
let y = Foo { x: 1 };
25
match y {
26
FOO => { }
27
- //~^ ERROR must be annotated with `#[derive(Eq)]`
+ //~^ ERROR must be annotated with `#[derive(PartialEq, Eq)]`
28
//~| WARNING will become a hard error
29
_ => { }
30
}
0 commit comments