diff --git a/core/codegen/tests/ui-fail-nightly/catch.stderr b/core/codegen/tests/ui-fail-nightly/catch.stderr index 6e33f932..5f0d9c2e 100644 --- a/core/codegen/tests/ui-fail-nightly/catch.stderr +++ b/core/codegen/tests/ui-fail-nightly/catch.stderr @@ -77,5 +77,5 @@ note: function defined here | ^^--------------------- help: did you mean | -29 | f3(bool, {bool}) +29 | f3(bool, /* bool */) | diff --git a/core/codegen/tests/ui-fail-nightly/from_form.stderr b/core/codegen/tests/ui-fail-nightly/from_form.stderr index d8ae083e..9634d2b4 100644 --- a/core/codegen/tests/ui-fail-nightly/from_form.stderr +++ b/core/codegen/tests/ui-fail-nightly/from_form.stderr @@ -486,6 +486,11 @@ error[E0308]: mismatched types | expected struct `std::string::String`, found integer | arguments to this enum variant are incorrect | +note: tuple variant defined here + --> $RUST/core/src/option.rs + | + | Some(#[stable(feature = "rust1", since = "1.0.0")] T), + | ^^^^ help: try using a conversion method | 171 | #[field(default = 123.to_string())] @@ -501,6 +506,11 @@ error[E0308]: mismatched types | | | arguments to this enum variant are incorrect | +note: tuple variant defined here + --> $RUST/core/src/option.rs + | + | Some(#[stable(feature = "rust1", since = "1.0.0")] T), + | ^^^^ help: try using a conversion method | 203 | #[field(default_with = Some("hi".to_string()))] diff --git a/core/codegen/tests/ui-fail-nightly/from_form_type_errors.stderr b/core/codegen/tests/ui-fail-nightly/from_form_type_errors.stderr index 29ad0a48..e18ca7fa 100644 --- a/core/codegen/tests/ui-fail-nightly/from_form_type_errors.stderr +++ b/core/codegen/tests/ui-fail-nightly/from_form_type_errors.stderr @@ -11,8 +11,8 @@ error[E0277]: the trait bound `Unknown: FromFormField<'_>` is not satisfied Capped> Capped Cow<'v, str> - Date IpAddr + Ipv4Addr and 38 others = note: required because of the requirements on the impl of `FromForm<'r>` for `Unknown` @@ -29,7 +29,7 @@ error[E0277]: the trait bound `Foo: FromFormField<'_>` is not satisfied Capped> Capped Cow<'v, str> - Date IpAddr + Ipv4Addr and 38 others = note: required because of the requirements on the impl of `FromForm<'r>` for `Foo` diff --git a/core/codegen/tests/ui-fail-nightly/route-type-errors.stderr b/core/codegen/tests/ui-fail-nightly/route-type-errors.stderr index 02133d24..26c185e7 100644 --- a/core/codegen/tests/ui-fail-nightly/route-type-errors.stderr +++ b/core/codegen/tests/ui-fail-nightly/route-type-errors.stderr @@ -40,8 +40,8 @@ error[E0277]: the trait bound `Q: FromFormField<'_>` is not satisfied Capped> Capped Cow<'v, str> - Date IpAddr + Ipv4Addr and 38 others = note: required because of the requirements on the impl of `FromForm<'_>` for `Q` @@ -58,8 +58,8 @@ error[E0277]: the trait bound `Q: FromFormField<'_>` is not satisfied Capped> Capped Cow<'v, str> - Date IpAddr + Ipv4Addr and 38 others = note: required because of the requirements on the impl of `FromForm<'_>` for `Q`