1error[E0277]: the trait bound `NotImplFm: FromMeta` is not satisfied 2 --> tests/compile-fail/not_impl_from_meta.rs:7:12 3 | 47 | inner: NotImplFm, 5 | ^^^^^^^^^ the trait `FromMeta` is not implemented for `NotImplFm` 6 | 7 = help: the following other types implement trait `FromMeta`: 8 () 9 Arc<T> 10 AtomicBool 11 ExprArray 12 ExprPath 13 Flag 14 HashMap<String, V, S> 15 HashMap<proc_macro2::Ident, V, S> 16 and $N others 17 18error[E0277]: the trait bound `NotImplFm: FromMeta` is not satisfied 19 --> tests/compile-fail/not_impl_from_meta.rs:13:12 20 | 2113 | inner: NotImplFm, 22 | ^^^^^^^^^ the trait `FromMeta` is not implemented for `NotImplFm` 23 | 24 = help: the following other types implement trait `FromMeta`: 25 () 26 Arc<T> 27 AtomicBool 28 ExprArray 29 ExprPath 30 Flag 31 HashMap<String, V, S> 32 HashMap<proc_macro2::Ident, V, S> 33 and $N others 34