Sign in
fuchsia
/
third_party
/
rust
/
5a2fceefd312ec027bdeaa89ebefbe4c33d94de1
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue-2446.rs
blob: ad649d95c54943b4e145f88e9737b66ee41d3afe [
file
] [
log
] [
blame
]
enum
Issue2446
{
V
{
f
:
u8
,
// x
},
}
enum
Issue2446TrailingCommentsOnly
{
V
{
f
:
u8
,
/* */
}
}