1 2 3 4 5
error: ComponentBuilder only supports structs with named fields. --> tests/ui/component_builder_tuple_struct.rs:4:8 | 4 | struct BadTuple(&'static str); | ^^^^^^^^