rust/tests/source/file-lines-6.rs
2018-03-02 15:07:13 +13:00

18 lines
307 B
Rust

// rustfmt-file_lines: [{"file":"tests/source/file-lines-6.rs","range":[9,10]}]
struct A {
t: i64,
}
mod foo {
fn bar() {
// test
let i = 12;
// test
}
fn baz() {
///
let j = 15;
}
}