]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/source/issue-3532.rs
Rollup merge of #107166 - petrochenkov:nooptable, r=oli-obk
[rust.git] / src / tools / rustfmt / tests / source / issue-3532.rs
1 fn foo(a: T) {
2     match a {
3 1 => {}
4     0 => {}
5     // _ => panic!("doesn't format!"),
6     }
7 }