Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit a1a400b

Browse files
authored
Update hir-place-target.md
Add a method in `Place` to support `before_ty` in projections.
1 parent d8bd4e7 commit a1a400b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

hir-place-target.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ struct Place<'tcx> {
3131
/// *Projections* select parts of the base expression; e.g.,
3232
/// in the place expression `a.b.c`, `b` and `c` are projections
3333
struct Projection<'tcx> {
34-
/// Type before the projection is applied.
35-
before_ty: Ty<'tcx>,
36-
3734
/// type of the projection.
3835
kind: ProjectionKind,
3936

0 commit comments

Comments
 (0)