mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-12 08:36:03 +00:00
19 lines
307 B
Rust
19 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;
|
||
|
}
|
||
|
}
|