error[E0277]: the trait bound `T: From` is not satisfied --> tests/failure/enum-skip.rs:12:24 | 12 | let _: T = T::from(true); | ------- ^^^^ the trait `From` is not implemented for `T` | | | required by a bound introduced by this call | = help: the trait `From<&'static str>` is implemented for `T`