]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/error-codes/E0277-2.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / error-codes / E0277-2.stderr
index f5ba46ca01e1fef7d79762629aa14bfd4244f4b8..a0ab1641ca7c6caf2e5926273e0ec176ad3dae1e 100644 (file)
@@ -7,7 +7,7 @@ LL | fn is_send<T: Send>() { }
 LL |     is_send::<Foo>();
    |     ^^^^^^^^^^^^^^ `*const u8` cannot be sent between threads safely
    |
-   = help: within `Foo`, the trait `std::marker::Send` is not implemented for `*const u8`
+   = help: within `Foo`, the trait `Send` is not implemented for `*const u8`
    = note: required because it appears within the type `Baz`
    = note: required because it appears within the type `Bar`
    = note: required because it appears within the type `Foo`