Pattern matching works now

This commit is contained in:
2025-11-27 22:47:02 +01:00
parent 4f989271c5
commit ecf151158d
22 changed files with 146 additions and 150 deletions

View File

@@ -182,7 +182,7 @@ mod test {
.await,
];
let matcher = mk_any(&pattern).await.expect("This matcher isn't broken");
println!("{matcher}");
eprintln!("{matcher}");
}))
}
}