]> git.proxmox.com Git - rustc.git/blame - src/test/ui/rfc-2008-non-exhaustive/enum.stderr
New upstream version 1.34.2+dfsg1
[rustc.git] / src / test / ui / rfc-2008-non-exhaustive / enum.stderr
CommitLineData
b7449926 1error[E0004]: non-exhaustive patterns: `_` not covered
0731742a 2 --> $DIR/enum.rs:9:11
b7449926
XL
3 |
4LL | match enum_unit {
5 | ^^^^^^^^^ pattern `_` not covered
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0004`.