blob: b9134445455af790c34d89cd252e92aba652dc63 (
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]; //~ ERROR associated type `Row` not found for `M`
| ^^^^^^^^^^^ associated type `Row` not found
error: aborting due to previous error
For more information about this error, try `rustc --explain E0220`.
|