]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail/coherence-impls-sized.rs
Make name resolution errors non-fatal
[rust.git] / src / test / compile-fail / coherence-impls-sized.rs
index 2ac4bb0492b1f6f4df24a1454829c785aaf66e0f..167067cb5fc0aec45ac48d9c282b1f5703875bbb 100644 (file)
@@ -30,7 +30,6 @@ impl Sized for (MyType, MyType) {} //~ ERROR E0117
 impl Sized for &'static NotSync {} //~ ERROR E0322
 
 impl Sized for [MyType] {} //~ ERROR E0117
-//~^ ERROR E0277
 
 impl Sized for &'static [NotSync] {} //~ ERROR E0117