fn main() { // scrutinee placeholder is reserved for partial application // let _ = try_match::try_match!(_, Some(_0))(Some(42)); }