-
Couldn't load subscription status.
- Fork 13.9k
Add #[inline] to some functions in core::str. #78073
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Almost all these functions already had #[inline]. These were missing.
|
(rust_highfive has picked a reviewer for you, use r? to override) |
|
@bors r+ |
|
📌 Commit cc850ec has been approved by |
|
⌛ Testing commit cc850ec with merge bef0b605069505374b598c47af5f737890fd328a... |
|
💔 Test failed - checks-actions |
|
CI ran into the same issue as here: #78280 (comment) Seems to happen only sometimes.. @bors retry |
Rollup of 6 pull requests Successful merges: - rust-lang#78073 (Add #[inline] to some functions in core::str.) - rust-lang#78596 (Fix doc links to std::fmt) - rust-lang#78599 (Add note to process::arg[s] that args shouldn't be escaped or quoted) - rust-lang#78602 (fix various aliasing issues in the standard library) - rust-lang#78603 (expand: Tweak a comment in implementation of `macro_rules`) - rust-lang#78621 (Inline Default::default() for atomics) Failed merges: r? `@ghost`
Almost all str functions already had #[inline].