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