fn is_defined_outside_of_body(
ctx: &AssistContext<'_, '_>,
body: &FunctionBody,
src: &LocalSource,
) -> boolExpand description
checks if the relevant local was defined before(outside of) body
fn is_defined_outside_of_body(
ctx: &AssistContext<'_, '_>,
body: &FunctionBody,
src: &LocalSource,
) -> boolchecks if the relevant local was defined before(outside of) body