fn try_add_sub_match(
m: Match,
existing: &mut Match,
sema: &Semantics<'_, RootDatabase>,
)Expand description
Attempts to add m as a sub-match of existing.
fn try_add_sub_match(
m: Match,
existing: &mut Match,
sema: &Semantics<'_, RootDatabase>,
)Attempts to add m as a sub-match of existing.