Vec is documented not to allocate if empty (unless created with a set capacity). So all the code does is store 3 u64 on the stack.
Vec is documented not to allocate if empty (unless created with a set capacity). So all the code does is store 3 u64 on the stack.