]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/let_else.rs
Auto merge of #95315 - compiler-errors:pointee-fix, r=pnkfelix
[rust.git] / src / tools / rustfmt / tests / target / let_else.rs
1 fn main() {
2     let Some(1) = Some(1) else { return };
3 }