mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Report duplicate implementations for ability members
This commit is contained in:
parent
7b9b855dcc
commit
e4af8af1a3
4 changed files with 74 additions and 19 deletions
|
@ -150,6 +150,10 @@ pub enum Problem {
|
|||
AbilityImplNotIdent {
|
||||
region: Region,
|
||||
},
|
||||
DuplicateImpl {
|
||||
original: Region,
|
||||
duplicate: Region,
|
||||
},
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, PartialEq)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue