Skip to content

Commit 3f56e9a

Browse files
committed
remove erroneous error check
1 parent b667fab commit 3f56e9a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/compile-fail/coherence-orphan.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,5 @@ impl TheTrait<isize> for TheType { }
2727

2828
impl !Send for Vec<isize> { }
2929
//~^ ERROR E0117
30-
//~| ERROR E0119
3130

3231
fn main() { }

0 commit comments

Comments
 (0)