pub fn find_loops(
sema: &Semantics<'_, RootDatabase>,
token: &SyntaxToken,
) -> Option<impl Iterator<Item = Expr>>Expand description
Find the loop or block to break or continue, multiple results may be caused by macros.
pub fn find_loops(
sema: &Semantics<'_, RootDatabase>,
token: &SyntaxToken,
) -> Option<impl Iterator<Item = Expr>>Find the loop or block to break or continue, multiple results may be caused by macros.