mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-18 19:10:18 +00:00
Remove dominated derive errors
This commit is contained in:
parent
3fbf4e228b
commit
8659ddc684
2 changed files with 0 additions and 39 deletions
|
@ -104,12 +104,6 @@ pub enum TypeError {
|
|||
ability: Symbol,
|
||||
member: Symbol,
|
||||
},
|
||||
DominatedDerive {
|
||||
opaque: Symbol,
|
||||
ability: Symbol,
|
||||
derive_region: Region,
|
||||
impl_region: Region,
|
||||
},
|
||||
WrongSpecialization {
|
||||
region: Region,
|
||||
ability_member: Symbol,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue