rust/compiler/rustc_mir/src
Dylan DPC 83c58d6fb6
Rollup merge of #77568 - lcnr:mir-inline-def-id, r=ecstatic-morse
inliner: use caller param_env

We used the callee param env instead of the caller param env by accident in #77430, this PR fixes that and caches it in the `Inliner` struct.

fixes #77564

r? @ecstatic-morse
2020-10-07 00:16:05 +02:00
..
borrow_check Fix NLL compare mode tests 2020-10-06 11:19:33 +01:00
const_eval
dataflow Auto merge of #77552 - ecstatic-morse:body-def-id, r=lcnr 2020-10-05 09:26:32 +00:00
interpret
monomorphize
transform Rollup merge of #77568 - lcnr:mir-inline-def-id, r=ecstatic-morse 2020-10-07 00:16:05 +02:00
util Rollup merge of #77559 - camelid:fix-rustdoc-warnings-invalid-rust-syntax, r=lcnr 2020-10-06 16:26:09 +09:00
lib.rs
shim.rs Remember the MirSource for each Body 2020-10-04 11:01:38 -07:00