]> git.lizzy.rs Git - rust.git/blob - tests/ui/array-slice-vec/vector-no-ann.rs
Rollup merge of #104965 - zacklukem:p-option-as_ref-docs, r=scottmcm
[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 }