macro_rules! resolve_unit_call {
($dwarf: expr, $unit: expr, $fn_name: tt) => { ... };
($dwarf: expr, $unit: expr, $fn_name: tt, $($arg: expr),*) => { ... };
}Expand description
This macro try to call a unit method, if call failed with UnitResult::Reload then parsing of lazy unit part is happening