Store LocalDefId in hir::Closure.
This commit is contained in:
parent
dba1503ed3
commit
290f0781b4
10 changed files with 24 additions and 23 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue