Skip to content

Commit c8f5733

Browse files
committed
Update ui test suite to nightly-2024-10-30
1 parent eb4b038 commit c8f5733

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ui/send-not-implemented.stderr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ error: future cannot be sent between threads safely
99
12 | | }
1010
| |_____^ future created by async block is not `Send`
1111
|
12-
= help: within `{async block@$DIR/tests/ui/send-not-implemented.rs:8:26: 12:6}`, the trait `Send` is not implemented for `MutexGuard<'_, ()>`, which is required by `{async block@$DIR/tests/ui/send-not-implemented.rs:8:26: 12:6}: Send`
12+
= help: within `{async block@$DIR/tests/ui/send-not-implemented.rs:8:26: 12:6}`, the trait `Send` is not implemented for `MutexGuard<'_, ()>`
1313
note: future is not `Send` as this value is used across an await
1414
--> tests/ui/send-not-implemented.rs:11:13
1515
|
@@ -31,7 +31,7 @@ error: future cannot be sent between threads safely
3131
19 | | }
3232
| |_____^ future created by async block is not `Send`
3333
|
34-
= help: within `{async block@$DIR/tests/ui/send-not-implemented.rs:14:38: 19:6}`, the trait `Send` is not implemented for `MutexGuard<'_, ()>`, which is required by `{async block@$DIR/tests/ui/send-not-implemented.rs:14:38: 19:6}: Send`
34+
= help: within `{async block@$DIR/tests/ui/send-not-implemented.rs:14:38: 19:6}`, the trait `Send` is not implemented for `MutexGuard<'_, ()>`
3535
note: future is not `Send` as this value is used across an await
3636
--> tests/ui/send-not-implemented.rs:17:13
3737
|

0 commit comments

Comments
 (0)