pub fn ensure_complete_parse<'a>(
    parser: &mut Parser<'a>,
    macro_path: &Path,
    kind_name: &str,
    span: Span
)