]> git.proxmox.com Git - rustc.git/blobdiff - src/test/compile-fail/derives-span-PartialOrd-tuple-struct.rs
New upstream version 1.23.0+dfsg1
[rustc.git] / src / test / compile-fail / derives-span-PartialOrd-tuple-struct.rs
index 1afb7bc2b4c4765bf71fab2ea03997d443f16f23..f2df01222b9895bdeffa08521cd110a309ac25b2 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(
     Error //~ ERROR
 //~^ ERROR
 //~^^ ERROR
-//~^^^ ERROR
-//~^^^^ ERROR
-//~^^^^^ ERROR
-//~^^^^^^ ERROR
-//~^^^^^^^ ERROR
-//~^^^^^^^^ ERROR
 );
 
 fn main() {}