Rocket/core/codegen/tests/compile-fail
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
..
absolute-mount-paths.rs Overhaul URI types. 2018-07-29 00:17:33 -07:00
bad-attribute-form.rs Reorganize repository. 2018-06-03 18:44:38 +02:00
bad-attribute-param.rs Reorganize repository. 2018-06-03 18:44:38 +02:00
bad-ident-argument.rs Reorganize repository. 2018-06-03 18:44:38 +02:00
bad-value-types-in-attribute.rs Reorganize repository. 2018-06-03 18:44:38 +02:00
decorate-enum.rs Reorganize repository. 2018-06-03 18:44:38 +02:00
decorate-impl.rs Reorganize repository. 2018-06-03 18:44:38 +02:00
decorate-struct.rs Reorganize repository. 2018-06-03 18:44:38 +02:00
decorate-trait.rs Reorganize repository. 2018-06-03 18:44:38 +02:00
empty-segments.rs Reorganize repository. 2018-06-03 18:44:38 +02:00
ignored_params.rs Reorganize repository. 2018-06-03 18:44:38 +02:00
malformed-media-type.rs Reorganize repository. 2018-06-03 18:44:38 +02:00
phantom-declared-param.rs Reorganize repository. 2018-06-03 18:44:38 +02:00
unknown-attribute-param.rs Reorganize repository. 2018-06-03 18:44:38 +02:00
unknown-media-type.rs Reorganize repository. 2018-06-03 18:44:38 +02:00