DEBSOURCES
Skip Quicknav
sources / rust-try-match / 0.4.2-2 / tests / compile-fail / no_implicit_map / fail.rs
123
fn main() { let _ = try_match::try_match!(Some((1, 2)), Some((_0, _1))); }