]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/source/issue-5011.rs
Merge commit 'c4416f20dcaec5d93077f72470e83e150fb923b1' into sync-rustfmt
[rust.git] / src / tools / rustfmt / tests / source / issue-5011.rs
1 pub(crate) struct ASlash(
2     // hello
3     i32
4 );
5
6 pub(crate) struct AStar(
7     /* hello */
8     i32
9 );
10
11 pub(crate) struct BStar(/* hello */ i32);
12