]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/coherence/coherence-impls-send.rs
Rollup merge of #85766 - workingjubilee:file-options, r=yaahc
[rust.git] / src / test / ui / coherence / coherence-impls-send.rs
index e00cb9a7c5b5104e4d6dd71ad5f17b346ff3a348..b7b57c602b8d134ceab984111fc7771ff7794143 100644 (file)
@@ -23,7 +23,6 @@ unsafe impl Send for [MyType] {}
 //~^ ERROR E0117
 
 unsafe impl Send for &'static [NotSync] {}
-//~^ ERROR conflicting implementations of trait
-//~| ERROR only traits defined in the current crate
+//~^ ERROR only traits defined in the current crate
 
 fn main() {}