Warning: type alias is never used: Foo
but it's used in newtype patern.
#43225
Labels
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
This simple code:
produce the following warning:
This issue is probably related to #43123
The text was updated successfully, but these errors were encountered: