mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
add helper methods for layout -> string conversion in dev backend
This commit is contained in:
parent
e088eceb29
commit
edf113513c
3 changed files with 40 additions and 20 deletions
|
@ -541,7 +541,7 @@ fn gen_from_mono_module_dev_assembly(
|
|||
let env = roc_gen_dev::Env {
|
||||
arena,
|
||||
module_id,
|
||||
interns,
|
||||
interns: std::cell::Cell::new(interns),
|
||||
exposed_to_host: exposed_to_host.keys().copied().collect(),
|
||||
lazy_literals,
|
||||
generate_allocators,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue