We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f433fa4 commit 8120950Copy full SHA for 8120950
tests/ui/consts/const-blocks/const-block-in-array-size.rs
@@ -0,0 +1,5 @@
1
+//@ check-pass
2
+
3
+type A = [u32; const { 2 }];
4
5
+fn main() {}
0 commit comments