Advertisement
Guest User

Untitled

a guest
Mar 26th, 2020
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. Semantic Analysis [579/861] ./libuv.zig:149:43: error: expected type 'fn([*c].cimport:5:11.struct_uv_timer_s) callconv(.C) void', found 'fn(?.cimport:5:11.struct_uv_timer_s) void'
  2. r = c.uv_timer_start(&handle, cb_loop_sleep, milliseconds, 0);
  3. ^
  4. ./libuv.zig:149:43: note: parameter 0: '?.cimport:5:11.struct_uv_timer_s' cannot cast into '[*c].cimport:5:11.struct_uv_timer_s'
  5. r = c.uv_timer_start(&handle, cb_loop_sleep, milliseconds, 0);
  6. ^
  7. ./libuv.zig:159:5: note: referenced here
  8. try loop.sleep(1000);
  9. ^
  10. ./libuv.zig:171:13: note: referenced here
  11. amain() catch |e| {
  12. ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement