mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 15:06:06 +00:00
It was already inlined but it happened only in 4th InlinerPass on my testcase. With `#[inline]` modifier it happens on 2nd pass. Closes #74362