bors 9e2a6a29ce Auto merge of #72289 - RalfJung:abort_internal, r=Mark-Simulacrum
abort_internal is safe

`sys::abort_internal` is stably exposed as a safe function. Forward that assumption "inwards" to the `sys` module by making the function itself safe, too.

This corresponds to what https://github.com/rust-lang/rust/pull/72204 did for the intrinsic. We should probably wait until that lands because some of the intrinsic calls in this PR might then need adjustments.
2020-05-18 11:11:19 +00:00
..
2020-04-29 18:13:52 +09:00
2020-04-26 04:24:16 -07:00
2020-05-17 23:38:31 +02:00
2020-05-17 23:38:31 +02:00
2020-04-26 04:24:16 -07:00
2020-05-17 23:38:31 +02:00