]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/derives/derives-span-PartialOrd-enum-struct-variant.rs
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / src / test / ui / derives / derives-span-PartialOrd-enum-struct-variant.rs
index 4e7a8d71a18f43c41f67139719401b3bd2087583..a769c137657ccc1a677f2ed773ade757f7e90b0d 100644 (file)
@@ -7,10 +7,6 @@ struct Error;
 enum Enum {
    A {
      x: 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`
    }
 }