]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/derives/derives-span-PartialOrd-tuple-struct.rs
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / src / test / ui / derives / derives-span-PartialOrd-tuple-struct.rs
index 6dd16234710453ec66b91e851e822bf3f18f3c62..61d5076708800b7973b42eb4ee64abc0739f7184 100644 (file)
@@ -6,10 +6,6 @@ struct Error;
 #[derive(PartialOrd,PartialEq)]
 struct Struct(
     Error //~ ERROR can't compare `Error` with `Error`
-          //~| ERROR can't compare `Error` with `Error`
-          //~| ERROR can't compare `Error` with `Error`
-          //~| ERROR can't compare `Error` with `Error`
-          //~| ERROR can't compare `Error` with `Error`
 );
 
 fn main() {}