Part of #3560
This commit is contained in:
Ayaz Hafiz 2022-07-18 09:18:29 -04:00
parent c48c4f3183
commit 52e15bd344
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
3 changed files with 37 additions and 1 deletions

View file

@ -1343,7 +1343,7 @@ fn test_to_equality<'a>(
}),
)
}
_ => unreachable!("{:?}", (cond_layout, union)),
_ => unreachable!("{:#?}", (cond_layout, union, test_layout, path)),
}
}