Now, in nightly, you could do
if let Some(6) = a && let Some(7) = b { /* Do something */ }
by using the let_chains feature.
let_chains
Playgound link