blob: ea850ea57d5b6c8e3d55c04c2d5ff3e4b8c435b9 [file] [log] [blame]
error[E0220]: associated type `Row` not found for `M`
--> $DIR/issue-39211.rs:11:17
|
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`.