Rocket/core/codegen/tests/ui
Sergio Benitez d7f6d82fe4 Implement 'FromForm[Value]', 'Responder' proc-macro derives.
This completes the migration of custom derives to proc-macros, removing
the need for the `custom_derive` feature in consumer code. This commit
also includes documentation, unit tests, and compile UI tests for each
of the derives.

Additionally, this commit improves the existing `FromForm` and
`FromFormValue` derives. The generated code for `FromForm` now returns
an error value indicating the error condition. The `FromFormValue`
derive now accepts a `form` attribute on variants for specifying the
exact value string to match against.

Closes #590.
Closes #670.
2018-08-06 19:58:07 -07:00
..
bad-error-fn.rs Reorganize repository. 2018-06-03 18:44:38 +02:00
bad-error-fn.stderr Reorganize repository. 2018-06-03 18:44:38 +02:00
data-without-post.rs Reorganize repository. 2018-06-03 18:44:38 +02:00
data-without-post.stderr Reorganize repository. 2018-06-03 18:44:38 +02:00
malformed-param-list.rs Reorganize repository. 2018-06-03 18:44:38 +02:00
malformed-param-list.stderr Reorganize repository. 2018-06-03 18:44:38 +02:00
route-bad-method.rs Reorganize repository. 2018-06-03 18:44:38 +02:00
route-bad-method.stderr Reorganize repository. 2018-06-03 18:44:38 +02:00
typed-uri-bad-type.rs Reorganize repository. 2018-06-03 18:44:38 +02:00
typed-uri-bad-type.stderr Reorganize repository. 2018-06-03 18:44:38 +02:00
typed-uris-bad-params.rs Implement 'FromForm[Value]', 'Responder' proc-macro derives. 2018-08-06 19:58:07 -07:00
typed-uris-bad-params.stderr Reorganize repository. 2018-06-03 18:44:38 +02:00
typed-uris-invalid-syntax.rs Implement 'FromForm[Value]', 'Responder' proc-macro derives. 2018-08-06 19:58:07 -07:00
typed-uris-invalid-syntax.stderr Reorganize repository. 2018-06-03 18:44:38 +02:00