mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
Canonicalize deriving
This commit is contained in:
parent
09acc5458b
commit
9712cfe342
6 changed files with 397 additions and 171 deletions
|
@ -130,6 +130,7 @@ pub enum Problem {
|
|||
},
|
||||
AbilityUsedAsType(Lowercase, Symbol, Region),
|
||||
NestedSpecialization(Symbol, Region),
|
||||
IllegalDerive(Region),
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, PartialEq)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue