mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
578bcbc2b4
Make `TrustedStep` require `Copy` All the implementations of the trait already are `Copy`, and this seems to be enough to simplify the implementations enough to make the MIR inliner willing to inline basics like `Range::next`. r? `@thomcc`