mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
Check in gen tests that don't work yet
This commit is contained in:
parent
f95c5aee12
commit
d01c5c83b7
4 changed files with 51 additions and 3 deletions
|
@ -41,9 +41,9 @@ impl FlatDecodable {
|
|||
_ => Err(Underivable),
|
||||
},
|
||||
FlatType::Record(fields, ext) => {
|
||||
check_empty_ext_var(subs, ext, |ext| {
|
||||
matches!(ext, Content::Structure(FlatType::EmptyRecord))
|
||||
})?;
|
||||
//check_empty_ext_var(subs, ext, |ext| {
|
||||
// matches!(ext, Content::Structure(FlatType::EmptyRecord))
|
||||
//})?;
|
||||
|
||||
if subs
|
||||
.get_subs_slice(fields.record_fields())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue