This commit is contained in:
parent
87d262acb5
commit
7dec440340
2 changed files with 3 additions and 2 deletions
|
@ -96,6 +96,8 @@ pub enum TerminatorKind<'tcx> {
|
|||
/// P <- V
|
||||
/// }
|
||||
/// ```
|
||||
///
|
||||
/// Note that DropAndReplace is eliminated as part of the `ElaborateDrops` pass.
|
||||
DropAndReplace {
|
||||
place: Place<'tcx>,
|
||||
value: Operand<'tcx>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue