about summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/interpret/projection.rs
AgeCommit message (Expand)AuthorLines
2022-07-16Rollup merge of #99259 - RalfJung:visit-a-place, r=oli-obkMatthias Krüger-7/+5
2022-07-15interpret/visitor: support visiting with a PlaceTyRalf Jung-7/+5
2022-07-15Introduce opaque type to hidden type projectionOli Scherer-0/+10
2022-07-11interpret: refactor projection handling codeRalf Jung-0/+393