We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Currently, these compile:
struct Foo<T: Copy>(T); type X = Foo<String>; type Y = <() as Iterator>::Item;
Using them does produce an error at the use site, but not in the definition.