Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
e42a4ca53b274dbfd94ea8f712dd9715d2e8fea5
/
.
/
tests
/
ui
/
indexing
/
index-help.rs
blob: 66571ec41a097eec958651099390f5745806b0de [
file
] [
log
] [
blame
]
fn
main
()
{
let
x
=
vec
![
1
];
x
[
0i32
];
//~ ERROR E0277
}