summary refs log tree commit diff
path: root/src/test/ui/issue-39211.stderr
blob: 6859c6caeb04a666d31c7515667dd8541c911edf (plain)
1
2
3
4
5
6
7
8
9
error[E0220]: associated type `Row` not found for `M`
  --> $DIR/issue-39211.rs:21: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`.