]> git.proxmox.com Git - rustc.git/blobdiff - src/test/compile-fail/coherence-default-trait-impl.rs
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / test / compile-fail / coherence-default-trait-impl.rs
index 0705702b031ee007b2731320f50b4d4885908fbe..3d109de76ccd1c21908c0ff5a46dbef64fd0a072 100644 (file)
@@ -15,7 +15,7 @@ trait MyTrait {}
 impl MyTrait for .. {}
 
 impl MyTrait for .. {}
-//~^ ERROR conflicting implementations of trait `MyTrait`
+//~^ ERROR redundant default implementations of trait `MyTrait`
 
 trait MySafeTrait {}