summaryrefslogtreecommitdiffstats
path: root/src/test/ui/issues/issue-39211.stderr
blob: cd2a014bb683d7dd875fac773898fbe4e1246a88 (plain)
1
2
3
4
5
6
7
8
9
10
error: constant expression depends on a generic parameter
  --> $DIR/issue-39211.rs:9:17
   |
LL |     let a = [3; M::Row::DIM];
   |                 ^^^^^^^^^^^
   |
   = note: this may fail depending on what value the parameter takes

error: aborting due to previous error