Closed
Description
The following example represents an illegal use for min_type_alias_impl_trait
playground of more complete code
pub type FooImpl = impl Foo;
pub type BarImpl = impl Bar<Foo = FooImpl>;
But we are not reporting it that way.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done