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