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 bool 9 char 10 isize 11 i8 12 i16 13 i32 14 i64 15 i128 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 bool 26 char 27 isize 28 i8 29 i16 30 i32 31 i64 32 i128 33 and $N others 34