pub type AnnotatedCompiledUnit = CompiledUnitEnum<AnnotatedCompiledModule, AnnotatedCompiledScript>;

Implementations§

source§

impl AnnotatedCompiledUnit

source

pub fn verify(self) -> (Self, Diagnostics)

source

pub fn into_compiled_unit(self) -> CompiledUnit

source

pub fn loc(&self) -> &Loc