error: #[future_form] can only be applied to trait impls, not inherent impls; move these methods into a trait and apply #[future_form] to the trait impl
--> tests/ui/inherent_impl.rs:10:21
|
10 | impl<K: FutureForm> InherentType<K> {
| ^^^^^^^^^^^^^^^
warning: unused import: `FutureForm`
--> tests/ui/inherent_impl.rs:2:19
|
2 | use future_form::{FutureForm, future_form};
| ^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default