]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-5011.rs
Auto merge of #86988 - thomcc:chunky-splitz-says-no-checking, r=the8472
[rust.git] / src / tools / rustfmt / tests / target / issue-5011.rs
1 pub(crate) struct ASlash(
2     // hello
3     i32,
4 );
5
6 pub(crate) struct AStar(/* hello */ i32);
7
8 pub(crate) struct BStar(/* hello */ i32);