]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-39211.stderr
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[rust.git] / src / test / ui / issues / issue-39211.stderr
1 error[E0220]: associated type `Row` not found for `M`
2   --> $DIR/issue-39211.rs:21:17
3    |
4 LL |     let a = [3; M::Row::DIM]; //~ ERROR associated type `Row` not found for `M`
5    |                 ^^^^^^^^^^^ associated type `Row` not found
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0220`.