fix: update construct_runtime UI test expected output

Update deprecated_where_block.stderr to match current Rust compiler output.
The differences are minor formatting changes in error messages.
This commit is contained in:
2026-01-26 16:22:03 +03:00
parent 4d80a8f31e
commit 0b0ad0f4ad
@@ -727,27 +727,27 @@ note: the trait `Config` must be implemented
= note: this error originates in the macro `pezframe_support::construct_runtime` (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the macro `pezframe_support::construct_runtime` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0277]: the trait bound `Runtime: Config` is not satisfied error[E0277]: the trait bound `Runtime: Config` is not satisfied
--> tests/construct_runtime_ui/deprecated_where_block.rs:20:1 --> tests/construct_runtime_ui/deprecated_where_block.rs:20:1
| |
20 | / construct_runtime! { 20 | / construct_runtime! {
21 | | pub struct Runtime where 21 | | pub struct Runtime where
22 | | Block = Block, 22 | | Block = Block,
23 | | NodeBlock = Block, 23 | | NodeBlock = Block,
... | ... |
28 | | } 28 | | }
| |_^ the trait `Config` is not implemented for `Runtime` | |_^ the trait `Config` is not implemented for `Runtime`
| |
= help: the trait `Serialize` is implemented for `GenesisConfig<T>` = help: the trait `Serialize` is implemented for `GenesisConfig<T>`
= note: required for `GenesisConfig<Runtime>` to implement `Serialize` = note: required for `GenesisConfig<Runtime>` to implement `Serialize`
note: required by a bound in `pezframe_support::pezsp_runtime::serde::ser::SerializeStruct::serialize_field` note: required by a bound in `pezframe_support::pezsp_runtime::serde::ser::SerializeStruct::serialize_field`
--> $CARGO/serde_core-$VERSION/src/ser/mod.rs --> /home/mamostehp/.cargo/git/checkouts/serde-fba1804c83c3e009/0a75fdd/serde_core/src/ser/mod.rs:1917:21
| |
| fn serialize_field<T>(&mut self, key: &'static str, value: &T) -> Result<(), Self::Error> 1915 | fn serialize_field<T>(&mut self, key: &'static str, value: &T) -> Result<(), Self::Error>
| --------------- required by a bound in this associated function | --------------- required by a bound in this associated function
| where 1916 | where
| T: ?Sized + Serialize; 1917 | T: ?Sized + Serialize;
| ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field` | ^^^^^^^^^ required by this bound in `SerializeStruct::serialize_field`
= note: this error originates in the macro `pezframe_support::construct_runtime` (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the macro `pezframe_support::construct_runtime` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0277]: the trait bound `Runtime: Config` is not satisfied error[E0277]: the trait bound `Runtime: Config` is not satisfied
--> tests/construct_runtime_ui/deprecated_where_block.rs:20:1 --> tests/construct_runtime_ui/deprecated_where_block.rs:20:1