mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 19:28:29 +00:00

In `rustc_mir_transform`, iterate over index newtypes instead of ints Just makes code more idiomatic/easier to read, IMHO. Also, some drive-by simplifications and cleanups.