Open
Description
@kupiakos found that making error enums start at 1 can help code size:
https://twitter.com/kupiakos/status/1587506293996036097
We have a lot of cases of Result<(), ZeroVecError>
throughout the code base. We should try to apply this optimization to ZeroVecError
and measure the impact.