Sign in
rust
/
rustfmt
/
refs/heads/format_markdown_files_from_scratch
/
.
/
tests
/
target
/
issue-4020.rs
blob: f29ecec028b77e72735e5a54b0f8c76977991cd4 [
file
] [
log
] [
blame
]
// rustfmt-wrap_comments: true
/** foobar */
const
foo1
:
u32
=
0
;
/**
* foobar
*/
const
foo2
:
u32
=
0
;