1 2 3 4 5
error: `View` can only be derived for structs with named fields --> tests/compile_fail/tuple_struct.rs:4:11 | 4 | struct Bad(String); | ^^^^^^^^