Source code

Revision control

Copy as Markdown

Other Tools

//error: struct `X' is only partially defined
struct X {
X? x;
};
[ChildProc=any]
protocol maybe_SelfRecStruct {
child: async Msg(X? aa);
};