error: fields of a struct that derives `DriveRequestBuilder` must be optional help: consider making `field` optional: `field: Option` --> tests/ui/derive_macro/non_optional_fields.rs:6:12 | 6 | field: String | ^^^^^^