mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-23 14:35:12 +00:00
More can abilities
This commit is contained in:
parent
e798eb3037
commit
d118e5afbc
2 changed files with 58 additions and 19 deletions
|
@ -131,6 +131,15 @@ pub enum Problem {
|
|||
AbilityUsedAsType(Lowercase, Symbol, Region),
|
||||
NestedSpecialization(Symbol, Region),
|
||||
IllegalDerive(Region),
|
||||
ImplementationNotFound {
|
||||
ability: Symbol,
|
||||
member: Symbol,
|
||||
region: Region,
|
||||
},
|
||||
NotAnAbilityMember {
|
||||
ability: Symbol,
|
||||
region: Region,
|
||||
},
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, PartialEq)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue