Skip to content

Commit 353c885

Browse files
committed
[ci] fix test-frame-ui job
The test frame ui started failing consistently on latest master [1]. I assume it was because of a race between #1343 which introduced this warning and a PR that updated our tooling version, hence the warnings don't match perfectly, so regenerated them with `TRYBUILD=overwrite` as the test suggests. [1] https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/4666766 Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
1 parent f6ae145 commit 353c885

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

substrate/frame/support/test/tests/construct_runtime_ui/number_of_pallets_exceeds_tuple_size.stderr

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ error[E0412]: cannot find type `RuntimeTask` in this scope
8181
--> tests/construct_runtime_ui/number_of_pallets_exceeds_tuple_size.rs:39:1
8282
|
8383
39 | #[derive_impl(frame_system::config_preludes::TestDefaultConfig as frame_system::DefaultConfig)]
84-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: you might have meant to use the associated type: `Self::RuntimeTask`
84+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8585
|
8686
= note: this error originates in the macro `frame_system::config_preludes::TestDefaultConfig` which comes from the expansion of the macro `frame_support::macro_magic::forward_tokens_verbatim` (in Nightly builds, run with -Z macro-backtrace for more info)
87+
help: you might have meant to use the associated type
88+
--> $WORKSPACE/substrate/frame/system/src/lib.rs
89+
|
90+
| type Self::RuntimeTask = ();
91+
| ++++++

0 commit comments

Comments
 (0)