]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-15129.stderr
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[rust.git] / src / test / ui / issues / issue-15129.stderr
1 error[E0004]: non-exhaustive patterns: `(T1(()), V2(_))` not covered
2   --> $DIR/issue-15129.rs:22:11
3    |
4 LL |     match (T::T1(()), V::V2(true)) {
5    |           ^^^^^^^^^^^^^^^^^^^^^^^^ pattern `(T1(()), V2(_))` not covered
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0004`.