Sign in
rust
/
rust
/
refs/heads/lcnr/rustc-dev-guide
/
.
/
src
/
tools
/
rustfmt
/
tests
/
target
/
issue-5011.rs
blob: 9ad4a1929bdbf808932b7ba835b8041cb0f9537a [
file
] [
log
] [
blame
]
pub
(
crate
)
struct
ASlash
(
// hello
i32
,
);
pub
(
crate
)
struct
AStar
(
/* hello */
i32
);
pub
(
crate
)
struct
BStar
(
/* hello */
i32
);