]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-3213/version_two.rs
Add 'src/tools/rustfmt/' from commit '7872306edf2e11a69aaffb9434088fd66b46a863'
[rust.git] / src / tools / rustfmt / tests / target / issue-3213 / version_two.rs
1 // rustfmt-version: Two
2
3 fn foo() {
4     match 0 {
5         0 => {
6             return AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;
7         }
8         1 => {
9             AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
10         }
11         _ => "",
12     };
13 }