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

Commit

Permalink
Update hir-place-target.md
Browse files Browse the repository at this point in the history
Add a method in `Place` to support `before_ty` in projections.
  • Loading branch information
arora-aman committed Jun 29, 2020
1 parent d8bd4e7 commit a1a400b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions hir-place-target.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ struct Place<'tcx> {
/// *Projections* select parts of the base expression; e.g.,
/// in the place expression `a.b.c`, `b` and `c` are projections
struct Projection<'tcx> {
/// Type before the projection is applied.
before_ty: Ty<'tcx>,

/// type of the projection.
kind: ProjectionKind,

Expand Down

0 comments on commit a1a400b

Please sign in to comment.