mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +00:00
Thread simple model of "ErasedLambdas" through proc layouts
But none of these paths are yet exercised.
This commit is contained in:
parent
6eae480e36
commit
c459757062
8 changed files with 79 additions and 11 deletions
|
@ -128,6 +128,7 @@ fn run_test(path: PathBuf) -> Result<(), Failed> {
|
|||
&mut fd,
|
||||
program,
|
||||
inferred_program,
|
||||
compiler_settings,
|
||||
can_options,
|
||||
mono_options,
|
||||
emit_options,
|
||||
|
@ -363,6 +364,7 @@ fn assemble_query_output(
|
|||
writer: &mut impl io::Write,
|
||||
program: Modules<'_>,
|
||||
inferred_program: InferredProgram,
|
||||
compiler_settings: CompilerSettings,
|
||||
can_options: CanOptions,
|
||||
mono_options: MonoOptions,
|
||||
emit_options: EmitOptions,
|
||||
|
@ -411,6 +413,7 @@ fn assemble_query_output(
|
|||
test_module,
|
||||
other_modules,
|
||||
mono_options,
|
||||
compiler_settings,
|
||||
can_options.allow_errors,
|
||||
)?;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue