]> git.lizzy.rs Git - rust.git/blob - src/test/ui/const-generics/uninferred-consts.min.stderr
Merge commit '3d0b0e66afdfaa519d8855b338b35b4605775945' into clippyup
[rust.git] / src / test / ui / const-generics / uninferred-consts.min.stderr
1 error[E0282]: type annotations needed
2   --> $DIR/uninferred-consts.rs:14:5
3    |
4 LL |     Foo.foo();
5    |     ^^^^^^^^^
6    |
7    = note: unable to infer the value of a const parameter
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0282`.