diff --git a/core/codegen/tests/ui-fail-nightly/from_form.stderr b/core/codegen/tests/ui-fail-nightly/from_form.stderr index 261a8b1d..5c6d9c6d 100644 --- a/core/codegen/tests/ui-fail-nightly/from_form.stderr +++ b/core/codegen/tests/ui-fail-nightly/from_form.stderr @@ -524,4 +524,13 @@ error[E0277]: the trait bound `bool: From<&str>` is not satisfied 209 | #[field(default = "no conversion")] | ^^^^^^^^^^^^^^^ the trait `From<&str>` is not implemented for `bool` | + = help: the following other types implement trait `From`: + > + > + > + > + > + > + > + > = note: required for `&str` to implement `Into`