summaryrefslogtreecommitdiffstats
path: root/src/test/ui/const-generics/generic_const_exprs/needs_where_clause.stderr
blob: 7b41e39b7d742d96c3226abe5ebec8bfd617e917 (plain)
1
2
3
4
5
6
7
8
9
10
error: unconstrained generic constant
  --> $DIR/needs_where_clause.rs:11:6
   |
LL |   b: [f32; complex_maths::<T>(N)],
   |      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = help: try adding a `where` bound using this expression: `where [(); complex_maths::<T>(N)]:`

error: aborting due to previous error