Skip to content

Commit

Permalink
Broken?
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijnS95 committed Dec 12, 2024
1 parent 05404ba commit 833158b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/compile-fail/socket-thread-unsafe.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,3 @@ note: required because it's used within this closure
| ^^^^^^^
note: required by a bound in `spawn`
--> $RUST/std/src/thread/mod.rs
|
| pub fn spawn<F, T>(f: F) -> JoinHandle<T>
| ----- required by a bound in this function
...
| F: Send + 'static,
| ^^^^ required by this bound in `spawn`

0 comments on commit 833158b

Please sign in to comment.