mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
496f026775
std: Inline some Termination-related methods These were showing up in tests and in binaries but are trivially optimize-able away, so add `#[inline]` attributes so LLVM has an opportunity to optimize them out.