]> git.lizzy.rs Git - rust.git/blob - tests/ui/array-slice-vec/vector-no-ann.rs
Rollup merge of #106715 - BoxyUwU:new_solver_triagebot, r=lcnr
[rust.git] / tests / ui / array-slice-vec / vector-no-ann.rs
1 fn main() {
2     let _foo = Vec::new();
3     //~^ ERROR type annotations needed
4 }