mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
Fix can panic with unbound type variables
This commit is contained in:
parent
9b13b19d08
commit
f4698e1517
4 changed files with 39 additions and 7 deletions
|
@ -783,13 +783,6 @@ mod test_snapshots {
|
|||
true
|
||||
}
|
||||
|
||||
"parens_newlines_before_as" | "tag_union_ann_with_as" => {
|
||||
// Found unbound type variables {66}
|
||||
// in type alias `Test.IdentId(0)` [] [] : <66>
|
||||
// Location: crates/compiler/can/src/scope.rs:541:13
|
||||
cfg!(debug_assertions)
|
||||
}
|
||||
|
||||
// When adding new snapshot tests, strongly prefer fixing any canonicalization panics
|
||||
// they may run into rather than adding them to this list.
|
||||
_ => false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue