Perform autoref/autoderef on .await
#119293
Annotations
10 errors
run the build
`[usize; usize::MAX]` is not a future
|
run the build
`main` function is not allowed to be `async`
|
run the build
variant `Option<_>::None` has no field named `value`
|
run the build
the method `into_future` exists for enum `Option<_>`, but its trait bounds were not satisfied
|
run the build
`()` is not a future
|
run the build
`StructAsync<fn() -> impl Future<Output = ()> {callback}>` is not a future
|
run the build
expected `callback` to be a fn item that returns `Pin<Box<dyn Future<Output = ()>>>`, but it returns `impl Future<Output = ()>`
|
run the build
`()` is not a future
|
run the build
`()` is not a future
|
run the build
`()` is not a future
|
Loading