Sign in
rust
/
rust
/
1f2b0900a702d4947d8f11ea7b162c3af1626e3c
/
.
/
tests
/
ui
/
error-codes
/
E0110.rs
blob: 314c7f5af6036514746313faacb65c07d03807d5 [
file
]
type
X
=
u32
<
'
static
>;
//~ ERROR E0109
fn
main
()
{}