Keep track of the start of the argument block of a closure
This commit is contained in:
parent
872631d0f0
commit
8f705e2425
15 changed files with 53 additions and 29 deletions
|
@ -1480,6 +1480,7 @@ impl<'a> State<'a> {
|
|||
fn_decl,
|
||||
body,
|
||||
fn_decl_span: _,
|
||||
fn_arg_span: _,
|
||||
movability: _,
|
||||
def_id: _,
|
||||
}) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue