Add separate 'async_closure' feature gate.
This commit is contained in:
parent
088b987307
commit
bb7fbb99a2
5 changed files with 53 additions and 38 deletions
|
|
@ -1474,6 +1474,7 @@ mod tests {
|
|||
ambiguous_block_expr_parse: Lock::new(FxHashMap::default()),
|
||||
param_attr_spans: Lock::new(Vec::new()),
|
||||
let_chains_spans: Lock::new(Vec::new()),
|
||||
async_closure_spans: Lock::new(Vec::new()),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue