mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
11 lines
276 B
Plaintext
11 lines
276 B
Plaintext
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
|
|
|