mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-23 14:35:12 +00:00
Support shorthand ability implementation syntax
This commit is contained in:
parent
870294b564
commit
c2154ac311
5 changed files with 71 additions and 22 deletions
|
@ -131,6 +131,10 @@ pub enum Problem {
|
|||
AbilityUsedAsType(Lowercase, Symbol, Region),
|
||||
NestedSpecialization(Symbol, Region),
|
||||
IllegalClaimedAbility(Region),
|
||||
ImplementationNotFound {
|
||||
member: Symbol,
|
||||
region: Region,
|
||||
},
|
||||
NotAnAbilityMember {
|
||||
ability: Symbol,
|
||||
name: String,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue