Store LocalDefId in hir::Closure.
This commit is contained in:
@@ -1481,6 +1481,7 @@ impl<'a> State<'a> {
|
||||
body,
|
||||
fn_decl_span: _,
|
||||
movability: _,
|
||||
def_id: _,
|
||||
}) => {
|
||||
self.print_closure_binder(binder, bound_generic_params);
|
||||
self.print_capture_clause(capture_clause);
|
||||
|
||||
Reference in New Issue
Block a user