1
Fork 0
rust/compiler/rustc_const_eval/src
Matthias Krüger fa298beb79
Rollup merge of #99259 - RalfJung:visit-a-place, r=oli-obk
interpret/visitor: support visiting with a PlaceTy

Finally we can visit a `PlaceTy` in a way that will only do `force_allocation` when needed ti visit a field. :)

r? `@oli-obk`
2022-07-16 22:30:51 +02:00
..
const_eval Rollup merge of #99259 - RalfJung:visit-a-place, r=oli-obk 2022-07-16 22:30:51 +02:00
interpret Rollup merge of #99259 - RalfJung:visit-a-place, r=oli-obk 2022-07-16 22:30:51 +02:00
transform Introduce opaque type to hidden type projection 2022-07-15 15:49:22 +00:00
util cleanup mir visitor for rustc::pass_by_value 2022-07-01 16:21:21 +02:00
errors.rs Migrate MutDeref, TransientMutBorrow diagnostics 2022-07-08 03:48:10 +00:00
lib.rs Migrate unstable-in-stable diagnostic 2022-07-08 03:39:08 +00:00