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 fcb3447 commit d218df0Copy full SHA for d218df0
src/test/run-pass/generic-tag-corruption.rs
@@ -0,0 +1,6 @@
1
+// xfail-stage0
2
+
3
+// This causes memory corruption in stage0.
4
5
+tag thing[K] { some(K); }
6
+fn main() { auto x = some("hi"); }
0 commit comments