]> git.proxmox.com Git - rustc.git/blob - src/test/ui/consts/issue-64662.stderr
New upstream version 1.40.0+dfsg1
[rustc.git] / src / test / ui / consts / issue-64662.stderr
1 error[E0282]: type annotations needed
2 --> $DIR/issue-64662.rs:2:9
3 |
4 LL | A = foo(),
5 | ^^^ cannot infer type for `T`
6
7 error[E0282]: type annotations needed
8 --> $DIR/issue-64662.rs:3:9
9 |
10 LL | B = foo(),
11 | ^^^ cannot infer type for `T`
12
13 error: aborting due to 2 previous errors
14
15 For more information about this error, try `rustc --explain E0282`.