]> git.lizzy.rs Git - rust.git/blob - src/test/ui/missing-items/missing-type-parameter.stderr
Unignore u128 test for stage 0,1
[rust.git] / src / test / ui / missing-items / missing-type-parameter.stderr
1 error[E0282]: unable to infer enough type information about `X`
2   --> $DIR/missing-type-parameter.rs:14:5
3    |
4 14 |     foo();
5    |     ^^^ cannot infer type for `X`
6    |
7    = note: type annotations or generic parameter binding required
8
9 error: aborting due to previous error
10