mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
31f0dea69a
std: move `exit` out of PAL This PR moves `exit` out of `sys::pal` (as per rust-lang/rust#117276) and into a common module with `unique_thread_exit`.