Merge pull request #6676 from roc-lang/ok-err

Allow the names `Ok` and `Err` as type aliases
This commit is contained in:
Richard Feldman 2024-04-27 06:49:46 -04:00 committed by GitHub
commit f7716188a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 218 additions and 96 deletions

View file

@ -3395,6 +3395,7 @@ fn finish(
LoadedModule {
module_id: state.root_id,
filename: state.root_path,
interns,
solved,
can_problems: state.module_cache.can_problems,