Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: handle unimported builtin names for location links (#4780)
The function `locationLinksFromDecl` could throw an error if the name it is provided doesn't exist in the environment, which is possible if for example an elaborator is a builtin. Closes #3789
- Loading branch information