]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/kindck/kindck-send-owned.stderr
Migrate diagnostics in parser/expr to SessionDiagnostic
[rust.git] / src / test / ui / kindck / kindck-send-owned.stderr
index 454291aa95b390b25b7187ba5520331090f67e33..076c42959826d81e64a7e8297eabf8a1b0929525 100644 (file)
@@ -5,7 +5,7 @@ LL |     assert_send::<Box<*mut u8>>();
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `*mut u8` cannot be sent between threads safely
    |
    = help: the trait `Send` is not implemented for `*mut u8`
-   = note: required because of the requirements on the impl of `Send` for `Unique<*mut u8>`
+   = note: required for `Unique<*mut u8>` to implement `Send`
    = note: required because it appears within the type `Box<*mut u8>`
 note: required by a bound in `assert_send`
   --> $DIR/kindck-send-owned.rs:3:18