mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
78952f6aaa
The inline(always) attribute is now applied to the call site when a function has target features enabled so that it can determine that the call is safe to inline.