summaryrefslogtreecommitdiffstats
path: root/src/test/ui/const-generics/generic_const_exprs/abstract-consts-as-cast-5.stderr
blob: d48b639dbdee33033719841f0ba082cbda0ec89a (plain)
1
2
3
4
5
6
7
8
9
10
error: unconstrained generic constant
  --> $DIR/abstract-consts-as-cast-5.rs:5:11
   |
LL |     bar::<{ N as usize as usize }>();
   |           ^^^^^^^^^^^^^^^^^^^^^^^
   |
   = help: try adding a `where` bound using this expression: `where [(); { N as usize as usize }]:`

error: aborting due to previous error