Sign in
rust
/
rust
/
6ea369cfee9420f6fe3f89e4bff7b01ac0ef920d
/
.
/
tests
/
ui
/
error-codes
/
E0091.rs
blob: 2427f5cfe13d0cd4cc92b22bcef8de7a909863f7 [
file
]
type
Foo
<
T
>
=
u32
;
//~ ERROR E0091
type
Foo2
<
A
,
B
>
=
Box
<
A
>;
//~ ERROR E0091
fn
main
()
{
}