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 bf2c2dd commit cd1a408Copy full SHA for cd1a408
gcc/testsuite/rust/compile/issue-4145.rs
@@ -0,0 +1,8 @@
1
+struct S {
2
+ field: [u8; {
3
+ #[path = "outer/inner.rs"]
4
+ mod inner;
5
+ // OK
6
+ 0
7
+ }],
8
+}
0 commit comments