summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/source/file-lines-7.rs
blob: b227ac35dccda82b31cc23b907877d6a6ccc4a04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// rustfmt-file_lines: [{"file":"tests/source/file-lines-7.rs","range":[8,15]}]

struct A {
    t: i64,
}

mod foo {
    fn bar() {



        // test 
        let i = 12;
        // test
    }

    fn baz() {



        ///
        let j = 15;     
    }
}