We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Example:
#![feature(associated_types)] trait Foo<T> { type Bar; fn get_bar() -> <Self as Foo<int>>::Bar; // SHOULD be an error but is not } fn main() { }