]> git.proxmox.com Git - rustc.git/blame - src/test/ui/const-generics/uninferred-consts.min.stderr
New upstream version 1.47.0+dfsg1
[rustc.git] / src / test / ui / const-generics / uninferred-consts.min.stderr
CommitLineData
3dfed10e
XL
1error[E0282]: type annotations needed
2 --> $DIR/uninferred-consts.rs:14:5
3 |
4LL | Foo.foo();
5 | ^^^^^^^^^
6 |
7 = note: unable to infer the value of a const parameter
8
9error: aborting due to previous error
10
11For more information about this error, try `rustc --explain E0282`.