parse_module_block

Function parse_module_block 

Source
pub fn parse_module_block(
    working_set: &mut StateWorkingSet<'_>,
    span: Span,
    module_name: &[u8],
) -> (Block, Module, Vec<Span>)