You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 28, 2025. It is now read-only.
Auto merge of rust-lang#135384 - saethlin:inline-copy-from-slice, r=<try>
Add #[inline] to copy_from_slice
r? ghost
I'm doing cooked things to CGU partitioning for compiler-builtins and this was the lone symbol in my compiler-builtins rlib that wasn't an intrinsic. Adding `#[inline]` makes it go away. Let's see if perf is happy with this.
0 commit comments