]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_borrowck/src/invalidation.rs
New upstream version 1.59.0+dfsg1
[rustc.git] / compiler / rustc_borrowck / src / invalidation.rs
index efd34f4e0a58e38b6098f47333c0a22165ce2599..c03e4d8a448900996b3091e97993b474fc431fef 100644 (file)
@@ -199,6 +199,7 @@ impl<'cx, 'tcx> Visitor<'tcx> for InvalidationGenerator<'cx, 'tcx> {
                 options: _,
                 line_spans: _,
                 destination: _,
+                cleanup: _,
             } => {
                 for op in operands {
                     match *op {