summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue-5011.rs
blob: 9ad4a1929bdbf808932b7ba835b8041cb0f9537a (plain)
1
2
3
4
5
6
7
8
pub(crate) struct ASlash(
    // hello
    i32,
);

pub(crate) struct AStar(/* hello */ i32);

pub(crate) struct BStar(/* hello */ i32);