mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-06 04:06:31 +00:00

`'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).
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.