Rocket/core/codegen/tests/ui-fail
Sergio Benitez c45a83897f Allow several 'field' attributes in all derives.
In particular, 'FromFormField' and 'UriDisplayQuery' now allow any
number of form 'field' attributes. For the former, multiple 'value's are
allowed, all of which are used to match against incoming fields - any
match wins. For the latter, multiple 'name' and 'value's are allowed;
the first of each is used to render the query value.

Additionally, 'UriDisplayQuery' can now be derived for C-like enums.
This brings the derive to parity with 'FromFormValue' and allows their
unified application on C-like enums.

Resolves #843.
2021-04-07 23:09:05 -07:00
..
async-entry.rs Rearrange top-level exports. Use '#[launch]'. 2020-07-22 16:10:02 -07:00
bad-ignored-segments.rs Add tests for ignored parameters '<_>'. 2020-10-30 00:47:41 -07:00
catch.rs Improve diagnostics, especially on stable. 2020-07-21 15:31:42 -07:00
catch_type_errors.rs Improve diagnostics, especially on stable. 2020-07-21 15:31:42 -07:00
catchers.rs Improve diagnostics, especially on stable. 2020-07-21 15:31:42 -07:00
from_form.rs Improve 'FromForm' derive error spans. 2021-03-04 02:11:06 -08:00
from_form_field.rs Allow several 'field' attributes in all derives. 2021-04-07 23:09:05 -07:00
from_form_type_errors.rs Improve diagnostics, especially on stable. 2020-07-21 15:31:42 -07:00
responder-types.rs Improve diagnostics, especially on stable. 2020-07-21 15:31:42 -07:00
route-attribute-general-syntax.rs Improve diagnostics, especially on stable. 2020-07-21 15:31:42 -07:00
route-path-bad-syntax.rs Improve diagnostics, especially on stable. 2020-07-21 15:31:42 -07:00
route-type-errors.rs Improve diagnostics, especially on stable. 2020-07-21 15:31:42 -07:00
route-warnings.rs Improve diagnostics, especially on stable. 2020-07-21 15:31:42 -07:00
routes.rs Improve diagnostics, especially on stable. 2020-07-21 15:31:42 -07:00
typed-uri-bad-type.rs UTF-8 routes. Forms revamp. Temp files. Capped. 2021-03-04 01:51:21 -08:00
typed-uris-bad-params.rs Revamp codegen, fixing inconscpicuous bugs. 2021-03-04 02:01:25 -08:00
typed-uris-invalid-syntax.rs Improve diagnostics, especially on stable. 2020-07-21 15:31:42 -07:00
uri_display.rs UTF-8 routes. Forms revamp. Temp files. Capped. 2021-03-04 01:51:21 -08:00
uri_display_type_errors.rs Improve diagnostics, especially on stable. 2020-07-21 15:31:42 -07:00