blob: c14c663e5a1a973c6ab45b5fff38e229c9caa81c [file] [log] [blame]
error[E0220]: associated type `Row` not found for `M`
--> $DIR/issue-39211.rs:11:20
|
LL | let a = [3; M::Row::DIM];
| ^^^ associated type `Row` not found
error: aborting due to previous error
For more information about this error, try `rustc --explain E0220`.