Sign in
rust
/
rust
/
0883b8cc7926859cd296afde42c5b2d7aaae5ce5
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
file-lines-7.rs
blob: b227ac35dccda82b31cc23b907877d6a6ccc4a04 [
file
]
// 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
;
}
}