Skip to content

Commit

Permalink
tests: Update ui test output to nightly-2024-11-02
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Nov 2, 2024
1 parent 171eb32 commit a004fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/threads-safety.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ error[E0277]: `dyn Stream<Item = i32>` cannot be sent between threads safely
| |
| required by a bound introduced by this call
|
= help: the trait `Send` is not implemented for `dyn Stream<Item = i32>`, which is required by `Pin<Box<dyn Stream<Item = i32>>>: Send`
= help: the trait `Send` is not implemented for `dyn Stream<Item = i32>`
= note: required for `Unique<dyn Stream<Item = i32>>` to implement `Send`
note: required because it appears within the type `Box<dyn Stream<Item = i32>>`
--> $RUST/alloc/src/boxed.rs
Expand Down

0 comments on commit a004fb0

Please sign in to comment.