mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-18 09:39:47 +00:00
add src and location to dbg
This commit is contained in:
parent
4587c4ebc5
commit
3966d63e2f
21 changed files with 385 additions and 119 deletions
|
@ -5264,6 +5264,8 @@ fn canonicalize_and_constrain<'a>(
|
|||
|
||||
let ParsedModule {
|
||||
module_id,
|
||||
module_path,
|
||||
src,
|
||||
header_type,
|
||||
exposed_ident_ids,
|
||||
parsed_defs,
|
||||
|
@ -5286,6 +5288,8 @@ fn canonicalize_and_constrain<'a>(
|
|||
parsed_defs,
|
||||
&header_type,
|
||||
module_id,
|
||||
&*arena.alloc(module_path.to_string_lossy()),
|
||||
src,
|
||||
module_ids,
|
||||
exposed_ident_ids,
|
||||
&dep_idents,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue