error: no rules expected the token `None` --> tests/compile-fail/reserved/try_match_multiple_arms.rs:2:59 | 2 | let _ = try_match::try_match!(Some(42), Some(_) => 1, None => 0); | ^^^^ no rules expected this token in macro call | = note: while trying to match sequence end