]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/rfc1445/cant-hide-behind-direct-struct-param.rs
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / rfc1445 / cant-hide-behind-direct-struct-param.rs
index 872bf5a63fffd957a9c2b142d4203cded5e1ede4..93022a23dbfb8d5b74868f529e320e5eb9c5ad99 100644 (file)
@@ -21,7 +21,6 @@ fn main() {
     match WRAP_DIRECT_PARAM {
         WRAP_DIRECT_PARAM => { panic!("WRAP_DIRECT_PARAM matched itself"); }
         //~^ ERROR must be annotated with `#[derive(PartialEq, Eq)]`
-        //~| ERROR must be annotated with `#[derive(PartialEq, Eq)]`
         _ => { println!("WRAP_DIRECT_PARAM did not match itself"); }
     }
 }