We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fn main() { let v = &[]; let it = v.iter(); }
vec-ice.rs:3:13: 3:14 error: internal compiler error: borrow-vec associated with bad sty: &ty_err vec-ice.rs:3 let it = v.iter(); ^
(Doesn't happen with .slice.)
.slice