Function customasm::asm::resolver::resolve_constant

source ยท
pub fn resolve_constant(
    report: &mut Report,
    opts: &AssemblyOptions,
    fileserver: &mut dyn FileServer,
    ast_symbol: &AstSymbol,
    decls: &ItemDecls,
    defs: &mut ItemDefs,
    ctx: &ResolverContext<'_, '_, '_>,
) -> Result<ResolutionState, ()>