fix: exhaustiveness on types from other modules
This commit is contained in:
@@ -176,7 +176,7 @@ fn expect_sugar_incorrect_type() {
|
||||
"#;
|
||||
|
||||
assert!(matches!(
|
||||
dbg!(check(parse(source_code))),
|
||||
check(parse(source_code)),
|
||||
Err((_, Error::CouldNotUnify { .. }))
|
||||
))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user