1 2 3 4 5
error: `(?P<>)` (empty capture name) is not allowed in struct's regex. --> tests/compile_fail/from_str/struct_empty_capture_name.rs:4:20 | 4 | #[from_str(regex = "(?P<>)")] | ^^^^^^^^