]> git.lizzy.rs Git - rust.git/blob - tests/ui/array-slice-vec/vector-no-ann.rs
Rollup merge of #106726 - cmorin6:fix-comment-typos, r=Nilstrieb
[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 }