blob: 2427f5cfe13d0cd4cc92b22bcef8de7a909863f7 [file] [log] [blame]
type Foo<T> = u32; //~ ERROR E0091
type Foo2<A, B> = Box<A>; //~ ERROR E0091
fn main() {
}