mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +00:00
feat(editor): render Expr2::GlobalTag
This commit is contained in:
parent
cc81c6e5ba
commit
eddc85a365
2 changed files with 37 additions and 5 deletions
|
@ -303,11 +303,7 @@ fn run_event_loop(file_path_opt: Option<&Path>) -> Result<(), Box<dyn Error>> {
|
|||
let region = Region::new(0, 0, 0, 0);
|
||||
|
||||
let (expr2, _) = crate::lang::expr::str_to_expr2(
|
||||
&arena,
|
||||
"\"hello\"",
|
||||
&mut env,
|
||||
&mut scope,
|
||||
region,
|
||||
&arena, "True", &mut env, &mut scope, region,
|
||||
)
|
||||
.unwrap();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue