]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-5011.rs
Merge commit '4a053f206fd6799a25823c307f7d7f9d897be118' into sync-rustfmt-subtree
[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);