Sign in
rust
/
rustfmt
/
bedef9bd13c2f432584064b51a0d619b7974eb08
/
.
/
tests
/
source
/
issue-4984
/
multiple_comments_within.rs
blob: eb474a723d01609e077785456d1fad06cb3b45fc [
file
] [
log
] [
blame
]
#[
derive
(
/* ---------- Some really important comment that just had to go inside the derive --------- */
Debug
,
Clone
,
/* Another comment */
Eq
,
PartialEq
,
)]
struct
Foo
{
a
:
i32
,
b
:
T
,
}