]> git.lizzy.rs Git - rust.git/blob - src/test/ui/uninhabited/uninhabited-irrefutable.stderr
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[rust.git] / src / test / ui / uninhabited / uninhabited-irrefutable.stderr
1 error[E0005]: refutable pattern in local binding: `A(_)` not covered
2   --> $DIR/uninhabited-irrefutable.rs:37:9
3    |
4 LL |     let Foo::D(_y) = x; //~ ERROR refutable pattern in local binding: `A(_)` not covered
5    |         ^^^^^^^^^^ pattern `A(_)` not covered
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0005`.