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 85e66e5Copy full SHA for 85e66e5
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
0 commit comments