]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/source/issue-5011.rs
Rollup merge of #107166 - petrochenkov:nooptable, r=oli-obk
[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