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
Rollup merge of rust-lang#159369 - Darksonn:core-io-inline, r=Mark-Simulacrum
Add #[inline] to core::io methods with simple logic or forwarding
These methods are super trivial, but they were observed as exported functions on the `core.o` object file in RfL. They are super trivial methods that just perform either a trivial operation or forward to another method call, so it makes much more sense for these to be inlined into their caller.
0 commit comments