mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Preserve info about whether a given dbg stmt was pnc or not, at least for now
This commit is contained in:
parent
1bb9f7f530
commit
13a70c060d
18 changed files with 95 additions and 10 deletions
|
@ -682,6 +682,7 @@ impl IterTokens for Loc<Expr<'_>> {
|
|||
first,
|
||||
extra_args,
|
||||
continuation,
|
||||
pnc_style: _,
|
||||
} => (first.iter_tokens(arena).into_iter())
|
||||
.chain(extra_args.iter_tokens(arena))
|
||||
.chain(continuation.iter_tokens(arena))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue