In the example of section "standard-library/stacks" there is a type error in the following part: `.{ .open = stack.pop(), .close = i, }` The field `open` has type `usize`, but `stack.pop()` has type `?usize`.