mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
31395ec382
Add #[inline] to core debug assertion helpers These functions are called a lot and not inlined by default in a dev compiler. Adding `#[inline]` should improve things in a dev workflow and be irrelevant in the distributed library.