fn build_local_symbol_table<'a, I>(
block_identifier: BlockIdentifier,
instructions: I,
) -> Result<ExplicitSymbolTable, OneOrMore<LocalSymbolTableBuildFailure>>where
I: Iterator<Item = &'a TaggedProgramInstruction>,
fn build_local_symbol_table<'a, I>(
block_identifier: BlockIdentifier,
instructions: I,
) -> Result<ExplicitSymbolTable, OneOrMore<LocalSymbolTableBuildFailure>>where
I: Iterator<Item = &'a TaggedProgramInstruction>,