]> git.lizzy.rs Git - rust.git/blob - src/test/ui/vector-no-ann.rs
Rollup merge of #61705 - petrhosek:llvm-cflags, r=alexcrichton
[rust.git] / src / test / ui / vector-no-ann.rs
1 fn main() {
2     let _foo = Vec::new();
3     //~^ ERROR type annotations needed
4 }