1error: union as errors are not supported 2 --> tests/ui/union.rs:4:1 3 | 44 | / pub union U { 55 | | msg: &'static str, 66 | | num: usize, 77 | | } 8 | |_^ 9