1
Fork 0
Simon Vandel Sillesen 2020-09-24 21:02:53 +02:00
parent 87d262acb5
commit 7dec440340
2 changed files with 3 additions and 2 deletions

View file

@ -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>,