]> git.lizzy.rs Git - rust.git/blob - src/test/ui/missing-items/missing-type-parameter.stderr
Rollup merge of #39604 - est31:i128_tests, r=alexcrichton
[rust.git] / src / test / ui / missing-items / missing-type-parameter.stderr
1 error[E0282]: type annotations needed
2   --> $DIR/missing-type-parameter.rs:14:5
3    |
4 14 |     foo();
5    |     ^^^ cannot infer type for `X`
6
7 error: aborting due to previous error
8