mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-27 00:08:14 +00:00
Change `Successors` to `impl Iterator<Item = BasicBlock>` This PR fixes the FIXME in `compiler\rustc_middle\src\mir\mod.rs`. This can omit several `&`, `*` or `cloned` operations on Successros' generated elements