Minimized:
fn main() { let foo = &mut true; (|| { let bar = &mut *foo; (move |b: bool| *bar = b) }); }
cc @rust-lang/compiler
triage: I-nominated
Permalink to this digest
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.