Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
tests
/
ui
/
indexing
/
index-help.rs
blob: 66571ec41a097eec958651099390f5745806b0de [
file
]
fn
main
()
{
let
x
=
vec
![
1
];
x
[
0i32
];
//~ ERROR E0277
}