]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail/coherence-all-remote.rs
Implement new orphan rule that requires that impls of remote traits meet the followin...
[rust.git] / src / test / compile-fail / coherence-all-remote.rs
index 67d96aa95a6a2513ba59bb831b1f3512c03a48e1..d88b8751ea7b02c495329b51a5a569a2924572ae 100644 (file)
@@ -14,6 +14,6 @@
 use lib::Remote;
 
 impl<T> Remote for int { }
-//~^ ERROR cannot provide an extension implementation
+//~^ ERROR E0117
 
 fn main() { }