File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ error: future cannot be sent between threads safely
9912 | | }
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<'_, ()>`
1313note: 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
333319 | | }
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<'_, ()>`
3737note: future is not `Send` as this value is used across an await
3838 --> tests/ui/send-not-implemented.rs:17:12
3939 |
You can’t perform that action at this time.
0 commit comments