]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/no_send-enum.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / no_send-enum.stderr
index 95a0d77676de8415f0732a22c18714dbe2bb7135..b617fe410fa9baeb45c4aeb0b813b8889a472359 100644 (file)
@@ -7,7 +7,7 @@ LL | fn bar<T: Send>(_: T) {}
 LL |     bar(x);
    |     ^^^ `NoSend` cannot be sent between threads safely
    |
-   = help: within `Foo`, the trait `std::marker::Send` is not implemented for `NoSend`
+   = help: within `Foo`, the trait `Send` is not implemented for `NoSend`
    = note: required because it appears within the type `Foo`
 
 error: aborting due to previous error