]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/coherence/coherence-impls-send.stderr
Merge commit 'ea199bacef07213dbe008841b89c450e3bf0c638' into rustfmt-sync
[rust.git] / src / test / ui / coherence / coherence-impls-send.stderr
index edca31b5daee97bce47a460c910dd64e3e48df2c..46e9e7e986c3432da3abb4afd27bc40adf157c76 100644 (file)
@@ -1,4 +1,4 @@
-error[E0119]: conflicting implementations of trait `std::marker::Send` for type `&[NotSync]`:
+error[E0119]: conflicting implementations of trait `std::marker::Send` for type `&[NotSync]`
   --> $DIR/coherence-impls-send.rs:25:1
    |
 LL | unsafe impl Send for &'static [NotSync] {}