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