rust/compiler/rustc_codegen_ssa
Nicholas Nethercote 3ec2f121cc Rename some lifetimes.
`'mir` is not a good lifetime name in `LocalAnalyzer`, because it's used
on two unrelated fields. `'a` is more standard for a situation like this
(e.g. #130022).
2024-09-17 16:24:35 +10:00
..
2024-09-17 16:24:35 +10:00

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.