diff options
| -rw-r--r-- | src/test/compile-fail/coherence-orphan.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/compile-fail/coherence-orphan.rs b/src/test/compile-fail/coherence-orphan.rs index 78435f1a78a..80efc7b75e2 100644 --- a/src/test/compile-fail/coherence-orphan.rs +++ b/src/test/compile-fail/coherence-orphan.rs @@ -27,6 +27,5 @@ impl TheTrait<isize> for TheType { } impl !Send for Vec<isize> { } //~^ ERROR E0117 -//~| ERROR E0119 fn main() { } |
