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 c7e31fb commit 733bd36Copy full SHA for 733bd36
compiler/test/compilable/test18216.d
@@ -1,3 +1,7 @@
1
+// TODO: hack, make this test work with rvaluerefparam. With ref parameters, opAssign generation triggers:
2
+// compilable/test18216.d(17): Error: struct `test18216.Node` no size because of forward reference
3
+//
4
+// REQUIRED_ARGS: -revert=rvaluerefparam
5
// https://issues.dlang.org/show_bug.cgi?id=18216
6
7
struct Node
compiler/test/runnable/rvalue1.d
@@ -1,4 +1,4 @@
-/* PERMUTE_ARGS: -preview=rvaluerefparam
+/* PERMUTE_ARGS: -revert=rvaluerefparam
/* testing __rvalue */
import core.stdc.stdio;
0 commit comments