mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
eb2a2f86bb
Currently this cannot be inlined, which among other things means it can't be used in `compiler-builtins` [1]. These are trivial functions that should be inlineable, so add `#[inline]`. [1]: https://github.com/rust-lang/compiler-builtins/pull/790#issuecomment-2744371738