fix(exhaustiveness): adjust helper method to get contructors properly
This commit is contained in:
@@ -523,7 +523,6 @@ fn exhaustiveness_tuple() {
|
||||
fn exhaustiveness_nested_list_and_tuples() {
|
||||
fn assert_step(step: &str, expected: &str) {
|
||||
let result = check(parse(step));
|
||||
println!("{result:#?}");
|
||||
assert!(matches!(
|
||||
result,
|
||||
Err((
|
||||
|
||||
Reference in New Issue
Block a user