]> git.lizzy.rs Git - rust.git/blob - tests/source/issue-3532.rs
Fix typos “an”→“a” and a few different ones that appeared in the same search
[rust.git] / tests / source / issue-3532.rs
1 fn foo(a: T) {
2     match a {
3 1 => {}
4     0 => {}
5     // _ => panic!("doesn't format!"),
6     }
7 }