]> git.lizzy.rs Git - rust.git/blob - src/test/ui/vector-no-ann.stderr
Rollup merge of #57132 - daxpedda:master, r=steveklabnik
[rust.git] / src / test / ui / vector-no-ann.stderr
1 error[E0282]: type annotations needed
2   --> $DIR/vector-no-ann.rs:2:16
3    |
4 LL |     let _foo = Vec::new();
5    |         ----   ^^^^^^^^ cannot infer type for `T`
6    |         |
7    |         consider giving `_foo` a type
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0282`.