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 a7a011d commit 6b651b1Copy full SHA for 6b651b1
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