summary refs log tree commit diff
path: root/src/test/ui/issues/issue-39211.stderr
blob: c555983ea68e0abed2b3dabca1d66f50d1eb689a (plain)
1
2
3
4
5
6
7
8
9
10
error: constant expression depends on a generic parameter
  --> $DIR/issue-39211.rs:11: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