]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail/coherence-bigint-param.rs
Implement new orphan rule that requires that impls of remote traits meet the followin...
[rust.git] / src / test / compile-fail / coherence-bigint-param.rs
index a04dfd36c98f175e3acaac0f414785ac5cfa02be..b8e48436a4143d7bfbffcec87986c1de57de216d 100644 (file)
@@ -16,6 +16,6 @@
 pub struct BigInt;
 
 impl<T> Remote1<BigInt> for T { }
-//~^ ERROR type parameter `T` must also appear
+//~^ ERROR type parameter `T` is not constrained
 
 fn main() { }