blob: ea850ea57d5b6c8e3d55c04c2d5ff3e4b8c435b9 (
plain)
1
2
3
4
5
6
7
8
9
|
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`.
|