]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail/coherence-cross-crate-conflict.rs
Implement new orphan rule that requires that impls of remote traits meet the followin...
[rust.git] / src / test / compile-fail / coherence-cross-crate-conflict.rs
index 99446be43acaa7930caf30614581a0ce0d7f6328..8bdd5c58f31990d355fcacc950cad2b875045e87 100644 (file)
@@ -16,7 +16,7 @@
 use trait_impl_conflict::Foo;
 
 impl<A> Foo for A {
-    //~^ ERROR E0117
+    //~^ ERROR type parameter `A` is not constrained
     //~^^ ERROR E0119
 }