mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-03 14:49:35 +00:00
Some types have a `body: &'mir Body<'tcx>` and some have `body: &'a Body<'tcx>`. The former is more readable, so this commit converts some fo the latter to the former.