rust/src/test/ui/issues/issue-39211.stderr
2018-12-25 21:08:33 -07:00

10 lines
349 B
Plaintext

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`.