mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
91af4aa2e2
This means that things like `<usize as Step>::forward_unchecked` and `<PartialOrd for f32>::le` will inline even if we've already done a bunch of inlining to find the calls to them.