]> git.proxmox.com Git - rustc.git/blob - src/test/ui/missing-items/missing-type-parameter.stderr
New upstream version 1.20.0+dfsg1
[rustc.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