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 @@ -117,7 +117,7 @@ note: while checking the return type of the `async fn`
117117 |
118118LL | async fn dummy_result() -> Result<(), ()> {
119119 | ^^^^^^^^^^^^^^ checked the `Output` of this `async fn`, expected opaque type
120- = note: expected opaque type `impl Future`
120+ = note: expected opaque type `impl Future<Output = Result<(), ()>> `
121121 found enum `Result<_, _>`
122122help: consider `await`ing on the `Future`
123123 |
@@ -135,7 +135,7 @@ note: while checking the return type of the `async fn`
135135 |
136136LL | async fn dummy_result() -> Result<(), ()> {
137137 | ^^^^^^^^^^^^^^ checked the `Output` of this `async fn`, expected opaque type
138- = note: expected opaque type `impl Future`
138+ = note: expected opaque type `impl Future<Output = Result<(), ()>> `
139139 found enum `Result<_, _>`
140140help: consider `await`ing on the `Future`
141141 |
You can’t perform that action at this time.
0 commit comments