]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/source/file-lines-7.rs
Auto merge of #85391 - Mark-Simulacrum:opt-tostring, r=scottmcm
[rust.git] / src / tools / rustfmt / tests / source / file-lines-7.rs
1 // rustfmt-file_lines: [{"file":"tests/source/file-lines-7.rs","range":[8,15]}]
2
3 struct A {
4     t: i64,
5 }
6
7 mod foo {
8     fn bar() {
9
10
11
12         // test 
13         let i = 12;
14         // test
15     }
16
17     fn baz() {
18
19
20
21         ///
22         let j = 15;     
23     }
24 }