]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/coherence/coherence-blanket-conflicts-with-specific.rs
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / coherence / coherence-blanket-conflicts-with-specific.rs
index 3ecb613188ae45b3f0178d2e835c758e2def6cde..5a562ff6ab93714c4a8ebd11068275d6522f418f 100644 (file)
@@ -1,7 +1,3 @@
-// revisions: old re
-
-#![cfg_attr(re, feature(re_rebalance_coherence))]
-
 use std::fmt::Debug;
 use std::default::Default;
 
@@ -21,8 +17,7 @@ struct MyType {
 }
 
 impl MyTrait for MyType {
-//[old]~^ ERROR E0119
-//[re]~^^ ERROR E0119
+//~^ ERROR E0119
     fn get(&self) -> usize { self.dummy }
 }