Backup commit before crunch

This commit is contained in:
2023-05-16 18:32:25 +01:00
parent 33413b2b0f
commit 126494c63f
59 changed files with 847 additions and 236 deletions

View File

@@ -39,7 +39,7 @@ pub fn parse_layer<'a>(
))
};
let source = source_loader::load_source(
targets, i, loader, &|path| injected_as(path).is_some()
targets, prelude, i, loader, &|path| injected_as(path).is_some()
)?;
let tree = project_tree::build_tree(source, i, prelude, &injected_names)?;
let sum = ProjectTree(Rc::new(