mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-19 13:38:57 +00:00
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.