mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
Update LSP
This commit is contained in:
parent
0db1cd9c28
commit
b706a57e16
6 changed files with 23 additions and 5 deletions
|
@ -667,7 +667,7 @@ fn solve(
|
|||
}
|
||||
}
|
||||
None => {
|
||||
problems.push(TypeError::UnexposedLookup(*region, *symbol));
|
||||
problems.push(TypeError::UnexposedLookup(*symbol));
|
||||
|
||||
state
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue