]> git.lizzy.rs Git - rust.git/blob - src/test/ui/array-slice-vec/vector-no-ann.rs
Auto merge of #84589 - In-line:zircon-thread-name, r=JohnTitor
[rust.git] / src / test / ui / array-slice-vec / vector-no-ann.rs
1 fn main() {
2     let _foo = Vec::new();
3     //~^ ERROR type annotations needed
4 }