granite-rust/compiler/rustc_mir_build
Nicholas Nethercote 6b9c4125a5 Don't call temporary_scope twice.
`mirror_expr_inner` calls `temporary_scope`. It then calls
`make_mirror_unadjusted` which makes an identical call to
`temporary_scope`.

This commit changes the `mirror_expr_inner` to get the `temp_lifetime`
out of the expression produced by `make_mirror_unadjusted`, similar to
how it currently gets the type.
2023-03-03 16:15:23 +11:00
..
locales errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
src Don't call temporary_scope twice. 2023-03-03 16:15:23 +11:00
Cargo.toml remove unused imports 2023-02-06 17:40:18 +03:00