Skip to content

Commit f505fa9

Browse files
committed
Auto merge of #112083 - scottmcm:simpler-range-next, r=thomcc
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`
2 parents 8baa742 + 2122c87 commit f505fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
The loop took around 13s
1+
The loop took around 7s

0 commit comments

Comments
 (0)