about summary refs log tree commit diff
path: root/src/test/ui/const-generics/cannot-infer-const-args.full.stderr
blob: 053139787edf975a82216b0a7b25e098808436d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0282]: type annotations needed
  --> $DIR/cannot-infer-const-args.rs:12:5
   |
LL |     foo();
   |     ^^^
   |
   = note: unable to infer the value of a const parameter

error: aborting due to previous error

For more information about this error, try `rustc --explain E0282`.