]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_borrowck/src/constraints/graph.rs
Rollup merge of #103396 - RalfJung:pinning-closure-captures, r=dtolnay
[rust.git] / compiler / rustc_borrowck / src / constraints / graph.rs
index 609fbc2bc1515aa7e0e76bfabc3ed577316ed81a..385f153174c3c2a9170b7b41957d67682efe0e17 100644 (file)
@@ -163,6 +163,7 @@ fn next(&mut self) -> Option<Self::Item> {
                 span: DUMMY_SP,
                 category: ConstraintCategory::Internal,
                 variance_info: VarianceDiagInfo::default(),
+                from_closure: false,
             })
         } else {
             None