Ariel Ben-Yehuda
c1281b41ec
check_match: fix handling of privately uninhabited types
...
the match-checking code used to use TyErr for signaling "unknown,
inhabited" types for a long time. It had been switched to using the
exact type in #38069 , to handle uninhabited types.
However, in #39980 , we discovered that we still needed the "unknown
inhabited" logic, but I used `()` instead of `TyErr` to handle that.
Revert to using `TyErr` to fix that problem.
2018-01-13 21:17:19 +02:00
..
2018-01-13 05:02:04 +00:00
2017-12-27 00:00:45 +08:00
2018-01-13 02:26:27 +08:00
2018-01-09 22:28:26 -05:00
2017-12-21 22:58:03 +00:00
2018-01-13 02:15:19 +00:00
2017-12-30 10:00:35 +01:00
2017-12-31 13:21:46 +01:00
2018-01-13 02:26:23 +08:00
2017-12-26 22:22:21 -02:00
2018-01-13 03:17:05 +08:00
2018-01-01 14:44:12 +01:00
2018-01-08 16:59:15 +01:00
2018-01-05 22:16:54 +01:00
2018-01-04 17:55:44 +01:00
2018-01-12 10:00:09 +00:00
2018-01-13 15:29:31 +00:00
2018-01-01 14:44:12 +01:00
2018-01-13 02:26:35 +08:00
2018-01-09 03:37:16 +08:00
2018-01-13 21:17:19 +02:00
2018-01-04 03:12:04 +02:00
2018-01-08 12:30:52 +01:00
2018-01-13 02:26:37 +08:00
2018-01-08 17:36:21 +01:00
2018-01-13 02:26:35 +08:00
2018-01-09 22:28:24 -05:00
2018-01-07 04:39:58 +01:00
2018-01-13 09:11:59 +00:00
2018-01-13 02:26:35 +08:00
2018-01-07 16:54:05 +01:00
2017-12-21 22:58:03 +00:00
2018-01-04 07:21:22 -08:00
2018-01-04 07:21:22 -08:00
2018-01-13 09:11:59 +00:00
2018-01-13 09:11:59 +00:00
2018-01-13 02:26:35 +08:00
2018-01-07 16:54:05 +01:00
2018-01-13 02:15:19 +00:00
2018-01-10 14:53:40 -08:00
2018-01-09 20:20:50 -05:00
2018-01-13 02:15:19 +00:00
2018-01-02 22:51:22 -05:00
2018-01-13 15:29:31 +00:00
2018-01-07 22:05:32 +01:00
2018-01-12 10:00:09 +00:00
2018-01-11 11:42:33 +01:00
2017-12-26 23:32:42 +01:00
2017-12-24 00:15:12 +02:00
2018-01-07 04:39:58 +01:00
2018-01-13 21:17:19 +02:00
2018-01-13 02:26:26 +08:00
2018-01-13 02:26:28 +08:00
2017-12-27 00:00:44 +08:00
2018-01-04 07:21:22 -08:00