We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4c9683 commit 73b06bbCopy full SHA for 73b06bb
rustfmt-core/tests/source/issue-2445.rs
@@ -0,0 +1,12 @@
1
+test!(RunPassPretty {
2
+ // comment
3
+ path: "src/test/run-pass/pretty",
4
+ mode: "pretty",
5
+ suite: "run-pass",
6
+ default: false,
7
+ host: true // comment
8
+});
9
+
10
+test!(Test{
11
+ field: i32, // comment
12
rustfmt-core/tests/target/issue-2445.rs
+test!(Test {
+ field: i32 // comment
0 commit comments