trait alias generic parameter doesn't specify associated type #122118
Labels
C-bug
Category: This is a bug.
F-trait_alias
`#![feature(trait_alias)]`
requires-nightly
This issue requires a nightly compiler in some way.
Grow2 is a generic alias of Grow1, but using the alias on the starred(*) line does not work.
I tried this code:
I expected to see this happen:
Compilation success
Instead, this happened:
Meta
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: