[][src]Function c2rust_refactor::collapse::collect_macro_invocations

pub fn collect_macro_invocations<'ast>(
    unexpanded: &'ast Crate,
    expanded: &'ast Crate
) -> (MacTable<'ast>, Vec<(NodeId, NodeId)>)