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.
#![feature(associated_types)] trait Foo {} pub type Bar<T> where T: Foo = T; fn main() {}
src/hkt.rs:5:26: 5:29 error: internal error looking up a definition src/hkt.rs:5 pub type Bar<T> where T: Foo = T; ^~~