]> git.proxmox.com Git - rustc.git/blame - src/tools/rustfmt/tests/target/issue-2445.rs
New upstream version 1.68.2+dfsg1
[rustc.git] / src / tools / rustfmt / tests / target / issue-2445.rs
CommitLineData
f20569fa
XL
1test!(RunPassPretty {
2 // comment
f25598a0 3 path: "tests/run-pass/pretty",
f20569fa
XL
4 mode: "pretty",
5 suite: "run-pass",
6 default: false,
7 host: true // should, force, , no trailing comma here
8});
9
10test!(RunPassPretty {
11 // comment
f25598a0 12 path: "tests/run-pass/pretty",
f20569fa
XL
13 mode: "pretty",
14 suite: "run-pass",
15 default: false,
16 host: true, // should, , preserve, the trailing comma
17});
18
19test!(Test {
20 field: i32, // comment
21});