mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 21:35:20 +00:00
Add always disabled gen parse support
This commit is contained in:
parent
983c9c122e
commit
7011094685
32 changed files with 376 additions and 55 deletions
|
@ -277,6 +277,8 @@ pub fn for_each_tail_expr(expr: &ast::Expr, cb: &mut dyn FnMut(&ast::Expr)) {
|
|||
});
|
||||
}
|
||||
Some(ast::BlockModifier::Unsafe(_)) => (),
|
||||
Some(ast::BlockModifier::Gen(_)) => (),
|
||||
Some(ast::BlockModifier::AsyncGen(_)) => (),
|
||||
None => (),
|
||||
}
|
||||
if let Some(stmt_list) = b.stmt_list() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue