parse_global_line

Function parse_global_line 

Source
fn parse_global_line(
    line: &str,
    seen: &mut HashSet<String>,
    out: &mut Vec<GlobalDecl>,
) -> Result<()>