mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 23:04:49 +00:00
Remove irrelevant errors
This commit is contained in:
parent
b0734c3d80
commit
b92e3a07ac
2 changed files with 0 additions and 67 deletions
|
@ -125,16 +125,6 @@ pub enum Problem {
|
|||
span_has_clauses: Region,
|
||||
bound_var_names: Vec<Lowercase>,
|
||||
},
|
||||
// TODO(abilities): remove me when ability hierarchies are supported
|
||||
AbilityMemberBindsExternalAbility {
|
||||
member: Symbol,
|
||||
ability: Symbol,
|
||||
region: Region,
|
||||
},
|
||||
AliasUsesAbility {
|
||||
loc_name: Loc<Symbol>,
|
||||
ability: Symbol,
|
||||
},
|
||||
AbilityNotOnToplevel {
|
||||
region: Region,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue