const initializer is not considered a "defining use" for type_alias_impl_trait #77898
Labels
A-impl-trait
Area: `impl Trait`. Universally / existentially quantified anonymous types with static dispatch.
C-bug
Category: This is a bug.
F-type_alias_impl_trait
`#[feature(type_alias_impl_trait)]`
requires-nightly
This issue requires a nightly compiler in some way.
I tried this code:
I expected to see this happen: successful compilation
Instead, this happened:
Meta
1.49.0-nightly (2020-10-12 8dae8cdcc8fa879cea6a)
The text was updated successfully, but these errors were encountered: