]> git.proxmox.com Git - rustc.git/blame - src/tools/rustfmt/tests/source/file-lines-6.rs
bump version to 1.80.1+dfsg1-1~bpo12+pve1
[rustc.git] / src / tools / rustfmt / tests / source / file-lines-6.rs
CommitLineData
f20569fa
XL
1// rustfmt-file_lines: [{"file":"tests/source/file-lines-6.rs","range":[9,10]}]
2
3struct A {
4 t: i64,
5}
6
7mod foo {
8 fn bar() {
9 // test
10 let i = 12;
11 // test
12 }
13
14 fn baz() {
15///
16 let j = 15;
17 }
18}