]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-3601.stderr
Auto merge of #54720 - davidtwco:issue-51191, r=nikomatsakis
[rust.git] / src / test / ui / issues / issue-3601.stderr
1 error[E0004]: non-exhaustive patterns: `_` not covered
2   --> $DIR/issue-3601.rs:40:44
3    |
4 LL |         box NodeKind::Element(ed) => match ed.kind { //~ ERROR non-exhaustive patterns
5    |                                            ^^^^^^^ pattern `_` not covered
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0004`.