Sign in
◑
Theme
rust
/
rust
/
8a7e1d75b2e2f4a2e89420130bca8d8d97f9074e
/
.
/
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
()
{
}