remove erroneous error check

This commit is contained in:
Alexis Beingessner 2015-06-21 16:16:14 -07:00
parent b667fab292
commit 3f56e9a984

View file

@ -27,6 +27,5 @@ impl TheTrait<isize> for TheType { }
impl !Send for Vec<isize> { }
//~^ ERROR E0117
//~| ERROR E0119
fn main() { }