mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
Ignore derived for now
This commit is contained in:
parent
e78b345ee0
commit
c7dacb879c
1 changed files with 1 additions and 0 deletions
|
@ -1340,6 +1340,7 @@ fn to_pending_type_def<'a>(
|
|||
| Opaque {
|
||||
header: TypeHeader { name, vars },
|
||||
typ: ann,
|
||||
derived: _,
|
||||
} => {
|
||||
let (kind, shadow_kind) = if matches!(def, Alias { .. }) {
|
||||
(AliasKind::Structural, ShadowKind::Alias)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue