Canonicalize deriving

This commit is contained in:
Ayaz Hafiz 2022-05-19 18:15:05 -04:00
parent 09acc5458b
commit 9712cfe342
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
6 changed files with 397 additions and 171 deletions

View file

@ -130,6 +130,7 @@ pub enum Problem {
},
AbilityUsedAsType(Lowercase, Symbol, Region),
NestedSpecialization(Symbol, Region),
IllegalDerive(Region),
}
#[derive(Clone, Debug, PartialEq)]