Compiler suggests import it already has as well as mislabels issue #53430
Labels
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Ran into this trying to connect a diesel db to actix_web. Moodgoodboy on rust-beginners helped in making this MCVE
https://play.rust-lang.org/?gist=0caefd3323a4e74a91c7064e05acd7e9&version=stable&mode=debug
error[E0423]: expected function, found struct 'Executor'
The text was updated successfully, but these errors were encountered: