Function spanned_expand

Source
pub fn spanned_expand<C>(
    scope: &mut Scope,
    line: u32,
    col: u32,
    call: impl FnOnce(&mut Scope) -> C,
) -> C
Expand description

Calls an intrinsic op and inserts debug symbols if debug is enabled.