]> git.lizzy.rs Git - rust.git/blob - src/test/ui/codemap_tests/issue-38812.stderr
Rollup merge of #39604 - est31:i128_tests, r=alexcrichton
[rust.git] / src / test / ui / codemap_tests / issue-38812.stderr
1 error[E0282]: type annotations needed
2   --> $DIR/issue-38812.rs:12:13
3    |
4 12 |     let x = vec![];
5    |         -   ^^^^^^ cannot infer type for `T`
6    |         |
7    |         consider giving `x` a type
8    |
9    = note: this error originates in a macro outside of the current crate
10
11 error: aborting due to previous error
12