]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/file-lines-6.rs
Merge commit 'e36a20c24f35a4cee82bbdc600289104c9237c22' into ra-sync-and-pms-component
[rust.git] / src / tools / rustfmt / tests / target / file-lines-6.rs
1 // rustfmt-file_lines: [{"file":"tests/source/file-lines-6.rs","range":[9,10]}]
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         let j = 15;     
17     }
18 }