Dylan MacKenzie
98a2292919
Allow Abort
terminators in a const-context
...
These appear along the cleanup path inside functions with
`#[unwind(aborts)]`. We don't const-check the cleanup path anyways,
since const-eval already has "abort-on-panic" semantics and there's
often drops that would otherwise be forbidden, so the check wasn't
really preventing anything anyways.
2020-10-03 14:38:01 -07:00
..
2020-09-23 21:51:56 +02:00
2020-09-26 01:25:55 +02:00
2020-09-23 22:08:30 +02:00
2020-09-27 10:46:41 -07:00
2020-09-28 23:10:44 +03:00
2020-09-30 15:48:59 +01:00
2020-10-01 02:13:34 +02:00
2020-09-30 00:57:35 -07:00
2020-09-28 18:39:40 +02:00
2020-10-01 07:38:47 +00:00
2020-09-23 21:51:56 +02:00
2020-09-28 23:10:48 +03:00
2020-10-02 08:25:10 +09:00
2020-09-23 21:51:56 +02:00
2020-09-27 08:12:29 +00:00
2020-09-23 21:51:56 +02:00
2020-09-19 17:27:13 +02:00
2020-09-26 21:01:09 -07:00
2020-10-01 11:31:43 -07:00
2020-09-21 05:43:39 +02:00
2020-09-27 09:58:29 -04:00
2020-09-30 14:57:37 +01:00
2020-09-26 01:25:55 +02:00
2020-09-30 22:58:35 +03:00
2020-10-01 07:38:47 +00:00
2020-10-03 14:38:01 -07:00
2020-09-26 20:00:54 -07:00
2020-10-02 20:27:16 +02:00
2020-09-23 21:51:56 +02:00
2020-10-02 20:27:03 +02:00
2020-09-23 21:51:56 +02:00
2020-09-23 21:51:56 +02:00
2020-10-02 13:54:25 +01:00
2020-09-23 21:51:56 +02:00
2020-09-26 14:55:42 +02:00
2020-10-01 11:31:43 -07:00
2020-09-30 15:48:59 +01:00
2020-09-25 22:46:15 +01:00
2020-10-01 02:13:34 +02:00
2020-10-01 02:13:37 +02:00
2020-09-27 15:54:07 +02:00
2020-09-25 19:42:48 +02:00
2020-09-30 20:49:27 +00:00