]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/file-lines-7.rs
Rollup merge of #85271 - th1000s:master, r=JohnTitor
[rust.git] / src / tools / rustfmt / tests / target / 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         // test
10         let i = 12;
11         // test
12     }
13
14     fn baz() {
15
16
17
18         ///
19         let j = 15;     
20     }
21 }