]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/coherence/coherence_inherent_cc.rs
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / coherence / coherence_inherent_cc.rs
index 2c980d839b94be8dd656b405076dfdaff5ecfbff..759ada248f47c9b0dca6125881d025c224087de5 100644 (file)
@@ -1,7 +1,4 @@
 // aux-build:coherence_inherent_cc_lib.rs
-// revisions: old re
-
-#![cfg_attr(re, feature(re_rebalance_coherence))]
 
 // Tests that methods that implement a trait cannot be invoked
 // unless the trait is imported.
@@ -24,8 +21,7 @@ mod NoImport {
 
     fn call_the_fn(s: &TheStruct) {
         s.the_fn();
-        //[old]~^ ERROR no method named `the_fn` found
-        //[re]~^^ ERROR E0599
+        //~^ ERROR E0599
     }
 }