]> git.proxmox.com Git - rustc.git/blobdiff - src/test/compile-fail/derives-span-PartialOrd-struct.rs
New upstream version 1.23.0+dfsg1
[rustc.git] / src / test / compile-fail / derives-span-PartialOrd-struct.rs
index af05434af9de3d0eb0b72eb2374573ba967a1ddd..e065abd9b46a2ca7ae3d7c93b110363b7f2339af 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright 2016 The Rust Project Developers. See the COPYRIGHT
+// Copyright 2017 The Rust Project Developers. See the COPYRIGHT
 // file at the top-level directory of this distribution and at
 // http://rust-lang.org/COPYRIGHT.
 //
@@ -18,12 +18,6 @@ struct Struct {
     x: Error //~ ERROR
 //~^ ERROR
 //~^^ ERROR
-//~^^^ ERROR
-//~^^^^ ERROR
-//~^^^^^ ERROR
-//~^^^^^^ ERROR
-//~^^^^^^^ ERROR
-//~^^^^^^^^ ERROR
 }
 
 fn main() {}