<input>: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"); }
: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");
}