summaryrefslogtreecommitdiffstats
path: root/src/test/ui/issues/issue-39559.stderr
blob: 7626f827fc5ebb161f7eb0ca563b00311754443d (plain)
1
2
3
4
5
6
7
8
9
10
11
error: generic parameters may not be used in const operations
  --> $DIR/issue-39559.rs:14:18
   |
LL |     entries: [T; D::dim()],
   |                  ^^^^^^ cannot perform const operation using `D`
   |
   = note: type parameters may not be used in const expressions
   = help: use `#![feature(generic_const_exprs)]` to allow generic const expressions

error: aborting due to previous error