rust/tests/source/file-lines-7.rs

25 lines
258 B
Rust
Raw Normal View History

2019-07-15 08:41:56 -05:00
// 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;
}
}