We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64bb77f commit d2ad810Copy full SHA for d2ad810
src/test/ui/consts/recursive-zst-static.rs
@@ -0,0 +1,7 @@
1
+// build-pass
2
+
3
+static FOO: () = FOO;
4
5
+fn main() {
6
+ FOO
7
+}
0 commit comments