rust/tests/target/file-lines-6.rs

19 lines
268 B
Rust
Raw Normal View History

2017-05-13 19:15:17 +02:00
// 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;
}
}