fn load_module_recursive(
module: &LoadedModule,
mode: ResolveMode,
root_dir: &Path,
seen: &mut BTreeSet<String>,
stack: &mut Vec<String>,
out: &mut Vec<LoadedModule>,
next_file_id: &mut u32,
) -> Result<(), ModuleError>Expand description
Load one module and all its recursive imports.