Sign in
rust
/
rust
/
a5a286df89146c64afebc6dcbbd3f61ba67ae53b
/
.
/
tests
/
ui
/
error-codes
/
E0608.rs
blob: 1e342d6685f97f372761e9874d1ab38bb62c1adb [
file
]
fn
main
()
{
0u8
[
2
];
//~ ERROR E0608
}