pub fn load_module(
source_path: &Path,
source: &ModuleSource,
compilation_context: &ModuleCompilationContext,
provenance: ModuleProvenance,
) -> ModuleLookupOutcomeExpand description
Look up the ModuleArtifact for source_path (whose contents are
source). Mirrors load but for the .harnmod family.