blob: 66571ec41a097eec958651099390f5745806b0de [file] [log] [blame]
fn main() {
let x = vec![1];
x[0i32]; //~ ERROR E0277
}