mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
312913e802
de-non_const some `Iterator` methods https://github.com/rust-lang/rust/issues/92476 r? oli-obk this is essentially just https://github.com/rust-lang/rust/pull/153708 again (which I accidentally closed...), but with the changes to `advance_by` omitted, since that seems to have caused the ICE.