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