Sign in
rust
/
rust
/
578d299fe76e2a2ca2f303030f8eb496ab5f96fd
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
issue-4020.rs
blob: f29ecec028b77e72735e5a54b0f8c76977991cd4 [
file
]
// rustfmt-wrap_comments: true
/** foobar */
const
foo1
:
u32
=
0
;
/**
* foobar
*/
const
foo2
:
u32
=
0
;