Running the forms example shows the following warning:
warning: `#[derive]` for custom traits is deprecated and will be removed in v1.15. Prefer using procedural macro custom derive
--> src\main.rs:12:10
|
12 | #[derive(FromForm)]
| ^^^^^^^^
The warning will go away as soon as Rust releases a new nightly. Waiting for https://github.com/rust-lang/rust/pull/38533.
There's always a reason to warn you. Have you considered to step a bit back from relying on plugin, and use the stabilized macros?
@ishitatsuyuki Of course! Please see https://github.com/SergioBenitez/Rocket/issues/50 and the linked comment for my thoughts.
I got this warn.
My rust version:
Default host: x86_64-pc-windows-gnu
nightly-i686-pc-windows-gnu (default)
rustc 1.21.0-nightly (f774bced5 2017-08-12)