Advertisement
Guest User

Untitled

a guest
Sep 20th, 2021
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. zig build
  2. ./river/view_stack.zig:89:33: error: type '?*view_stack.Node' does not support field access
  3. const second = first.next;
  4. ^
  5. river...The following command exited with error code 1:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement