I see 'internal compiler error ret_ty_of_fn_ty() called on non-function type' when trying to compile: native "rust" mod rustrt { fn uvtask(); } fn iotask() { let task iothread = spawn rustrt::uvtask(); }