Add separate 'async_closure' feature gate.

This commit is contained in:
Mazdak Farrokhzad 2019-07-02 04:10:19 +02:00
parent 088b987307
commit bb7fbb99a2
5 changed files with 53 additions and 38 deletions

View file

@ -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()),
}
}