error[E0277]: the trait bound `usize: From` is not satisfied --> tests/trybuild/fail-default-parse.rs:3:24 | 3 | #[confik(default = 1 + 2)] | ^---- | | | the trait `From` is not implemented for `usize` | this tail expression is of type `_` | = help: the following other types implement trait `From`: > > > > > = note: required for `i32` to implement `Into`