1 2 3 4 5
error: #[derive(Component)] currently only supports structs with named fields --> tests/ui/component_tuple_struct.rs:4:8 | 4 | struct BadTuple(&'static str); | ^^^^^^^^