]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-5011.rs
Rollup merge of #95040 - frank-king:fix/94981, r=Mark-Simulacrum
[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);