blob: cd2a014bb683d7dd875fac773898fbe4e1246a88 [file] [log] [blame]
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