mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
Suggest typo fixes for non-existing module values
This commit is contained in:
parent
c156f61b0f
commit
214b8a30a9
4 changed files with 77 additions and 24 deletions
|
@ -139,6 +139,7 @@ pub enum RuntimeError {
|
|||
module_name: ModuleName,
|
||||
ident: Ident,
|
||||
region: Region,
|
||||
exposed_values: Vec<Lowercase>,
|
||||
},
|
||||
ModuleNotImported {
|
||||
module_name: ModuleName,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue