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 a603544 commit 545ceb7Copy full SHA for 545ceb7
src/tools/rustfmt/tests/target/issue-6788.rs
@@ -0,0 +1,10 @@
1
+fn foo() {
2
+ let a = [(); const {
3
+ let x = 1;
4
+ x
5
+ }];
6
+}
7
+
8
9
+ let x = [(); const { 1 }];
10
0 commit comments