mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-11 14:26:21 +00:00
Update language server to support apps
This commit is contained in:
parent
b706a57e16
commit
6e89821233
7 changed files with 92 additions and 16 deletions
|
@ -667,7 +667,7 @@ fn solve(
|
|||
}
|
||||
}
|
||||
None => {
|
||||
problems.push(TypeError::UnexposedLookup(*symbol));
|
||||
problems.push(TypeError::UnexposedLookup(*region, *symbol));
|
||||
|
||||
state
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue