missing_transmute_annotations
suggests impl Future
which is not allowed
#14984
Labels
C-bug
Category: Clippy is not doing the correct thing
I-suggestion-causes-error
Issue: The suggestions provided by this Lint cause an ICE/error when applied
T-async-await
Type: Issues related to async/await
Uh oh!
There was an error while loading. Please reload this page.
Using the following flags
--force-warn clippy::missing_transmute_annotations
this code:
caused the following diagnostics:
However after applying these diagnostics, the resulting code:
no longer compiled:
Version:
The text was updated successfully, but these errors were encountered: