]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-3096-1.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / issues / issue-3096-1.stderr
CommitLineData
a1dfa0c6 1error[E0004]: non-exhaustive patterns: type `()` is non-empty
0731742a 2 --> $DIR/issue-3096-1.rs:2:11
8faf50e0 3 |
532ac7d7 4LL | match () { }
8faf50e0
XL
5 | ^^
6 |
532ac7d7 7 = help: ensure that all possible cases are being handled, possibly by adding wildcards or more match arms
ba9703b0 8 = note: the matched value is of type `()`
8faf50e0
XL
9
10error: aborting due to previous error
11
12For more information about this error, try `rustc --explain E0004`.