Function qualify_meta_block

Source
fn qualify_meta_block(
    block: &mut MetaBlock,
    module_prefix: &str,
    local_function_names: &BTreeSet<String>,
    local_struct_names: &BTreeSet<String>,
    local_extern_module_names: &BTreeSet<String>,
)
Expand description

Qualify symbol references within one meta block.