mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
started using scope properly, improved error backtrace conversion
This commit is contained in:
parent
2158686a0a
commit
a272765fc7
19 changed files with 184 additions and 110 deletions
|
@ -111,7 +111,7 @@ pub enum Expr<'a> {
|
|||
|
||||
// Lookups
|
||||
Var {
|
||||
module_name: &'a str,
|
||||
module_name: &'a str, // module_name will only be filled if the original Roc code stated something like `5 + SomeModule.myVar`, module_name will be blank if it was `5 + myVar`
|
||||
ident: &'a str,
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue