Sign in
rust
/
rustfmt
/
HEAD
/
.
/
tests
/
target
/
file-lines-7.rs
blob: 62d913d8823ecc013c84e8ea0f34a093da3d98b0 [
file
] [
log
] [
blame
]
// 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
;
}
}