mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-04 00:55:00 +00:00
Get rid of MemberImpl::Derived
We don't need this anymore, since derived members become Impls during canonicalization now!
This commit is contained in:
parent
1d885c4ab2
commit
e75f3c3c79
7 changed files with 6 additions and 25 deletions
|
|
@ -2139,8 +2139,6 @@ pub enum MemberImpl {
|
|||
/// The implementation is claimed to be at the given symbol.
|
||||
/// During solving we validate that the impl is really there.
|
||||
Impl(Symbol),
|
||||
/// The implementation should be derived.
|
||||
Derived,
|
||||
/// The implementation is not present or does not match the expected member type.
|
||||
Error,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue