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