|
1 | | -<<<<<<< HEAD |
2 | 1 | error[E0004]: non-exhaustive patterns: type `uninhabited::IndirectUninhabitedEnum` is non-empty |
3 | | - --> $DIR/indirect_match.rs:18:11 |
4 | | -||||||| parent of bca33d7df4a... Revert "Remove `#![feature(never_type)]` from tests." |
5 | | -error[E0004]: non-exhaustive patterns: pattern `IndirectUninhabitedEnum` of type `uninhabited::IndirectUninhabitedEnum` is not handled |
6 | | - --> $DIR/indirect_match.rs:18:11 |
7 | | -======= |
8 | | -error[E0004]: non-exhaustive patterns: pattern `IndirectUninhabitedEnum` of type `uninhabited::IndirectUninhabitedEnum` is not handled |
9 | 2 | --> $DIR/indirect_match.rs:19:11 |
10 | | ->>>>>>> bca33d7df4a... Revert "Remove `#![feature(never_type)]` from tests." |
11 | 3 | | |
12 | 4 | LL | match x {} |
13 | 5 | | ^ |
14 | 6 | | |
15 | 7 | = help: ensure that all possible cases are being handled, possibly by adding wildcards or more match arms |
16 | 8 |
|
17 | | -<<<<<<< HEAD |
18 | 9 | error[E0004]: non-exhaustive patterns: type `uninhabited::IndirectUninhabitedStruct` is non-empty |
19 | | - --> $DIR/indirect_match.rs:22:11 |
20 | | -||||||| parent of bca33d7df4a... Revert "Remove `#![feature(never_type)]` from tests." |
21 | | -error[E0004]: non-exhaustive patterns: pattern `IndirectUninhabitedStruct` of type `uninhabited::IndirectUninhabitedStruct` is not handled |
22 | | - --> $DIR/indirect_match.rs:22:11 |
23 | | -======= |
24 | | -error[E0004]: non-exhaustive patterns: pattern `IndirectUninhabitedStruct` of type `uninhabited::IndirectUninhabitedStruct` is not handled |
25 | 10 | --> $DIR/indirect_match.rs:23:11 |
26 | | ->>>>>>> bca33d7df4a... Revert "Remove `#![feature(never_type)]` from tests." |
27 | 11 | | |
28 | 12 | LL | match x {} |
29 | 13 | | ^ |
30 | 14 | | |
31 | 15 | = help: ensure that all possible cases are being handled, possibly by adding wildcards or more match arms |
32 | 16 |
|
33 | | -<<<<<<< HEAD |
34 | 17 | error[E0004]: non-exhaustive patterns: type `uninhabited::IndirectUninhabitedTupleStruct` is non-empty |
35 | | - --> $DIR/indirect_match.rs:26:11 |
36 | | -||||||| parent of bca33d7df4a... Revert "Remove `#![feature(never_type)]` from tests." |
37 | | -error[E0004]: non-exhaustive patterns: pattern `IndirectUninhabitedTupleStruct` of type `uninhabited::IndirectUninhabitedTupleStruct` is not handled |
38 | | - --> $DIR/indirect_match.rs:26:11 |
39 | | -======= |
40 | | -error[E0004]: non-exhaustive patterns: pattern `IndirectUninhabitedTupleStruct` of type `uninhabited::IndirectUninhabitedTupleStruct` is not handled |
41 | 18 | --> $DIR/indirect_match.rs:27:11 |
42 | | ->>>>>>> bca33d7df4a... Revert "Remove `#![feature(never_type)]` from tests." |
43 | 19 | | |
44 | 20 | LL | match x {} |
45 | 21 | | ^ |
46 | 22 | | |
47 | 23 | = help: ensure that all possible cases are being handled, possibly by adding wildcards or more match arms |
48 | 24 |
|
49 | | -<<<<<<< HEAD |
50 | 25 | error[E0004]: non-exhaustive patterns: type `uninhabited::IndirectUninhabitedVariants` is non-empty |
51 | | - --> $DIR/indirect_match.rs:32:11 |
52 | | -||||||| parent of bca33d7df4a... Revert "Remove `#![feature(never_type)]` from tests." |
53 | | -error[E0004]: non-exhaustive patterns: pattern `IndirectUninhabitedVariants` of type `uninhabited::IndirectUninhabitedVariants` is not handled |
54 | | - --> $DIR/indirect_match.rs:32:11 |
55 | | -======= |
56 | | -error[E0004]: non-exhaustive patterns: pattern `IndirectUninhabitedVariants` of type `uninhabited::IndirectUninhabitedVariants` is not handled |
57 | 26 | --> $DIR/indirect_match.rs:33:11 |
58 | | ->>>>>>> bca33d7df4a... Revert "Remove `#![feature(never_type)]` from tests." |
59 | 27 | | |
60 | 28 | LL | match x {} |
61 | 29 | | ^ |
|
0 commit comments