Incorrect warning: type alias is never used #54234
Labels
A-impl-trait
Area: `impl Trait`. Universally / existentially quantified anonymous types with static dispatch.
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
C-bug
Category: This is a bug.
With the following code, I'm getting an incorrect warning:
cargo run
Code
Version
The text was updated successfully, but these errors were encountered: