diff options
Diffstat (limited to 'src/test/compile-fail/coherence-overlapping-pairs.rs')
| -rw-r--r-- | src/test/compile-fail/coherence-overlapping-pairs.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/coherence-overlapping-pairs.rs b/src/test/compile-fail/coherence-overlapping-pairs.rs index d42bd529b66..9354e66af0d 100644 --- a/src/test/compile-fail/coherence-overlapping-pairs.rs +++ b/src/test/compile-fail/coherence-overlapping-pairs.rs @@ -16,6 +16,6 @@ use lib::Remote; struct Foo; impl<T> Remote for lib::Pair<T,Foo> { } -//~^ ERROR type parameter `T` must also appear +//~^ ERROR type parameter `T` is not constrained fn main() { } |
