1
Fork 0
rust/compiler/rustc_const_eval/src
Dylan DPC acdba55b53
Rollup merge of #95693 - RalfJung:more-context, r=oli-obk
interp: pass TyCtxt to Machine methods that do not take InterpCx

This just seems like something you might need, so let's consistently have it.

One day we might have to add `ParamEnv` as well, though that seems less likely (and in Miri you can always use `reveal_all` anyway). It might make sense to have a type that packages `TyCtxt` and `ParamEnv`, this pairing occurs quite frequently in rustc...

r? `@oli-obk`
2022-04-06 03:39:08 +02:00
..
const_eval Rollup merge of #95693 - RalfJung:more-context, r=oli-obk 2022-04-06 03:39:08 +02:00
interpret Rollup merge of #95693 - RalfJung:more-context, r=oli-obk 2022-04-06 03:39:08 +02:00
transform Auto merge of #95466 - Dylan-DPC:rollup-g7ddr8y, r=Dylan-DPC 2022-03-30 07:45:42 +00:00
util Spellchecking some comments 2022-03-30 01:39:38 -04:00
lib.rs Switch bootstrap cfgs 2022-02-25 08:00:52 -05:00