Sign in
◑
Theme
rust
/
rust
/
2e32d85ac962fb22df6eaaeaf222f3e62cd7fe29
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue-5011.rs
blob: b48292164e43ab4b13d9f4e22a97d3c2ec1af769 [
file
]
pub
(
crate
)
struct
ASlash
(
// hello
i32
);
pub
(
crate
)
struct
AStar
(
/* hello */
i32
);
pub
(
crate
)
struct
BStar
(
/* hello */
i32
);