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.
:0:0:0:0: error: internal compiler error unexpected type in trans::deep_copy: str
Testcase: type ctx = chan[int];
fn iotask(ctx cx, str ip) { }
fn main() { let port[int] p = port(); spawn iotask(chan(p), "localhost"); }