Skip to content

Commit 3d070a6

Browse files
committed
Update ui test suite to nightly-2022-03-25
1 parent b8eb3f6 commit 3d070a6

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 `impl Future<Output = [async output]>`, the trait `Send` is not implemented for `MutexGuard<'_, ()>`
12+
= help: within `impl Future`, 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:12
1515
|
@@ -33,7 +33,7 @@ error: future cannot be sent between threads safely
3333
19 | | }
3434
| |_____^ future created by async block is not `Send`
3535
|
36-
= help: within `impl Future<Output = [async output]>`, the trait `Send` is not implemented for `MutexGuard<'_, ()>`
36+
= help: within `impl Future`, the trait `Send` is not implemented for `MutexGuard<'_, ()>`
3737
note: future is not `Send` as this value is used across an await
3838
--> tests/ui/send-not-implemented.rs:17:12
3939
|

0 commit comments

Comments
 (0)