]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/no-send-res-ports.stderr
Auto merge of #106025 - matthiaskrgr:rollup-vz5rqah, r=matthiaskrgr
[rust.git] / src / test / ui / no-send-res-ports.stderr
index c864b93dbbbe17aef49193dbc69acc3f43930b30..75561f4119aa543d432b53da3df5bdf2957a5074 100644 (file)
@@ -31,9 +31,6 @@ LL |     thread::spawn(move|| {
    |                   ^^^^^^
 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