mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
a59072ec4f
interpret: get rid of 'mir lifetime I realized our MIR bodies are actually at lifetime `'tcx`, so we don't need to carry around this other lifetime everywhere. r? `@oli-obk`