rust/tests/target/issue-5011.rs

9 lines
137 B
Rust

pub(crate) struct ASlash(
// hello
i32,
);
pub(crate) struct AStar(/* hello */ i32);
pub(crate) struct BStar(/* hello */ i32);