sui_v1.29.0_1720490499_ci
## Description Adds a number of additional tests for enums. These tests test a couple things: * All variations of "unpack wrong variant at runtime" (by value, mut ref, and immut ref). * Various incarnations of this (e.g., all switch arms branching to the same branch). * Various reference tests around unpacking enum variants. ## Test plan It's all tests!