• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 {
bar()8     fn bar() {
9         // test
10         let i = 12;
11         // test
12     }
13 
baz()14     fn baz() {
15 
16 
17 
18         ///
19         let j = 15;
20     }
21 }
22