We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b667fab commit 3f56e9aCopy full SHA for 3f56e9a
src/test/compile-fail/coherence-orphan.rs
@@ -27,6 +27,5 @@ impl TheTrait<isize> for TheType { }
27
28
impl !Send for Vec<isize> { }
29
//~^ ERROR E0117
30
-//~| ERROR E0119
31
32
fn main() { }
0 commit comments