mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
try to use pool str instead of arena
This commit is contained in:
parent
b9cfe985ee
commit
36e3b5d556
5 changed files with 18 additions and 40 deletions
|
@ -305,7 +305,7 @@ fn run_event_loop(file_path_opt: Option<&Path>) -> Result<(), Box<dyn Error>> {
|
|||
.unwrap();
|
||||
|
||||
render::render_expr2(
|
||||
&arena,
|
||||
&mut env,
|
||||
&size,
|
||||
&expr2,
|
||||
CODE_TXT_XY.into(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue