]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/no-send-res-ports.stderr
Rollup merge of #93813 - xldenis:public-mir-passes, r=wesleywiser
[rust.git] / src / test / ui / no-send-res-ports.stderr
index c35692d6eabc9e29e18e84cc309f942fc205502b..80708c989fcf7ba1b3f19395506a19fa87b0a2a2 100644 (file)
@@ -11,11 +11,6 @@ LL | |         println!("{:?}", y);
 LL | |     });
    | |_____- within this `[closure@$DIR/no-send-res-ports.rs:25:19: 29:6]`
    |
-  ::: $SRC_DIR/std/src/thread/mod.rs:LL:COL
-   |
-LL |       F: Send + 'static,
-   |          ---- required by this bound in `spawn`
-   |
    = help: within `[closure@$DIR/no-send-res-ports.rs:25:19: 29:6]`, the trait `Send` is not implemented for `Rc<()>`
 note: required because it appears within the type `Port<()>`
   --> $DIR/no-send-res-ports.rs:5:8
@@ -28,6 +23,11 @@ note: required because it appears within the type `Foo`
 LL |     struct Foo {
    |            ^^^
    = note: required because it appears within the type `[closure@$DIR/no-send-res-ports.rs:25:19: 29:6]`
+note: required by a bound in `spawn`
+  --> $SRC_DIR/std/src/thread/mod.rs:LL:COL
+   |
+LL |     F: Send + 'static,
+   |        ^^^^ required by this bound in `spawn`
 
 error: aborting due to previous error