mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-28 17:37:40 +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.