Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updating *.stderr files
  • Loading branch information
a-moreira committed Feb 20, 2023
commit 4f824a4bed8af21321eb0e78c7170cb62296da96
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ error: Unexpected tokens, expected one of `::$ident` `::{`, `exclude_parts`, `us
--> tests/construct_runtime_ui/invalid_module_details.rs:9:17
|
9 | system: System::(),
| ^
| ^^
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
error: expected `where`
--> tests/construct_runtime_ui/missing_where_block.rs:4:19
--> tests/construct_runtime_ui/missing_where_block.rs:4:21
|
4 | pub enum Runtime {}
| ^
4 | pub struct Runtime {}
| ^
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ error: `Pallet` does not have the std feature enabled, this will cause the `test
--> tests/construct_runtime_ui/no_std_genesis_config.rs:40:1
|
40 | / construct_runtime! {
41 | | pub enum Runtime where
41 | | pub struct Runtime where
42 | | Block = Block,
43 | | NodeBlock = Block,
... |
Expand All @@ -16,7 +16,7 @@ error[E0412]: cannot find type `GenesisConfig` in crate `test_pallet`
--> tests/construct_runtime_ui/no_std_genesis_config.rs:40:1
|
40 | / construct_runtime! {
41 | | pub enum Runtime where
41 | | pub struct Runtime where
42 | | Block = Block,
43 | | NodeBlock = Block,
... |
Expand All @@ -34,7 +34,7 @@ error[E0283]: type annotations needed
--> tests/construct_runtime_ui/no_std_genesis_config.rs:40:1
|
40 | / construct_runtime! {
41 | | pub enum Runtime where
41 | | pub struct Runtime where
42 | | Block = Block,
43 | | NodeBlock = Block,
... |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
error[E0433]: failed to resolve: could not find `tt_default_parts` in `pallet_old`
--> $DIR/old_unsupported_pallet_decl.rs:15:1
--> tests/construct_runtime_ui/old_unsupported_pallet_decl.rs:15:1
|
15 | / construct_runtime! {
16 | | pub enum Runtime where
16 | | pub struct Runtime where
17 | | UncheckedExtrinsic = UncheckedExtrinsic,
18 | | Block = Block,
... |
Expand All @@ -13,7 +13,7 @@ error[E0433]: failed to resolve: could not find `tt_default_parts` in `pallet_ol
= note: this error originates in the macro `construct_runtime` (in Nightly builds, run with -Z macro-backtrace for more info)

error: cannot find macro `decl_storage` in this scope
--> $DIR/old_unsupported_pallet_decl.rs:6:2
--> tests/construct_runtime_ui/old_unsupported_pallet_decl.rs:6:2
|
6 | decl_storage! {
| ^^^^^^^^^^^^
Expand All @@ -22,7 +22,7 @@ error: cannot find macro `decl_storage` in this scope
frame_support::decl_storage

error: cannot find macro `decl_module` in this scope
--> $DIR/old_unsupported_pallet_decl.rs:10:2
--> tests/construct_runtime_ui/old_unsupported_pallet_decl.rs:10:2
|
10 | decl_module! {
| ^^^^^^^^^^^
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ error[E0080]: evaluation of constant value failed
--> tests/construct_runtime_ui/pallet_error_too_large.rs:74:1
|
74 | / construct_runtime! {
75 | | pub enum Runtime where
75 | | pub struct Runtime where
76 | | Block = Block,
77 | | NodeBlock = Block,
... |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ error: `Pallet` does not have #[pallet::call] defined, perhaps you should remove
| ^^^^^^^^^^^^^^^^^^^^^^^^
...
49 | / construct_runtime! {
50 | | pub enum Runtime where
50 | | pub struct Runtime where
51 | | Block = Block,
52 | | NodeBlock = Block,
... |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ error: `Pallet` does not have #[pallet::event] defined, perhaps you should remov
| ^^^^^^^^^^^^^^^^^^^^^^^^
...
49 | / construct_runtime! {
50 | | pub enum Runtime where
50 | | pub struct Runtime where
51 | | Block = Block,
52 | | NodeBlock = Block,
... |
Expand All @@ -19,7 +19,7 @@ error[E0412]: cannot find type `Event` in module `pallet`
--> tests/construct_runtime_ui/undefined_event_part.rs:49:1
|
49 | / construct_runtime! {
50 | | pub enum Runtime where
50 | | pub struct Runtime where
51 | | Block = Block,
52 | | NodeBlock = Block,
... |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ error: `Pallet` does not have #[pallet::genesis_config] defined, perhaps you sho
| ^^^^^^^^^^^^^^^^^^^^^^^^
...
49 | / construct_runtime! {
50 | | pub enum Runtime where
50 | | pub struct Runtime where
51 | | Block = Block,
52 | | NodeBlock = Block,
... |
Expand All @@ -19,7 +19,7 @@ error[E0412]: cannot find type `GenesisConfig` in module `pallet`
--> tests/construct_runtime_ui/undefined_genesis_config_part.rs:49:1
|
49 | / construct_runtime! {
50 | | pub enum Runtime where
50 | | pub struct Runtime where
51 | | Block = Block,
52 | | NodeBlock = Block,
... |
Expand All @@ -37,7 +37,7 @@ error[E0283]: type annotations needed
--> tests/construct_runtime_ui/undefined_genesis_config_part.rs:49:1
|
49 | / construct_runtime! {
50 | | pub enum Runtime where
50 | | pub struct Runtime where
51 | | Block = Block,
52 | | NodeBlock = Block,
... |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ error: `Pallet` does not have #[pallet::inherent] defined, perhaps you should re
| ^^^^^^^^^^^^^^^^^^^^^^^^
...
49 | / construct_runtime! {
50 | | pub enum Runtime where
50 | | pub struct Runtime where
51 | | Block = Block,
52 | | NodeBlock = Block,
... |
Expand All @@ -22,7 +22,7 @@ error[E0599]: no function or associated item named `create_inherent` found for s
| -------------------- function or associated item `create_inherent` not found for this struct
...
49 | / construct_runtime! {
50 | | pub enum Runtime where
50 | | pub struct Runtime where
51 | | Block = Block,
52 | | NodeBlock = Block,
... |
Expand All @@ -42,7 +42,7 @@ error[E0599]: no function or associated item named `is_inherent` found for struc
| -------------------- function or associated item `is_inherent` not found for this struct
...
49 | / construct_runtime! {
50 | | pub enum Runtime where
50 | | pub struct Runtime where
51 | | Block = Block,
52 | | NodeBlock = Block,
... |
Expand All @@ -62,7 +62,7 @@ error[E0599]: no function or associated item named `check_inherent` found for st
| -------------------- function or associated item `check_inherent` not found for this struct
...
49 | / construct_runtime! {
50 | | pub enum Runtime where
50 | | pub struct Runtime where
51 | | Block = Block,
52 | | NodeBlock = Block,
... |
Expand All @@ -82,7 +82,7 @@ error[E0599]: no associated item named `INHERENT_IDENTIFIER` found for struct `p
| -------------------- associated item `INHERENT_IDENTIFIER` not found for this struct
...
49 | / construct_runtime! {
50 | | pub enum Runtime where
50 | | pub struct Runtime where
51 | | Block = Block,
52 | | NodeBlock = Block,
... |
Expand All @@ -102,7 +102,7 @@ error[E0599]: no function or associated item named `is_inherent_required` found
| -------------------- function or associated item `is_inherent_required` not found for this struct
...
49 | / construct_runtime! {
50 | | pub enum Runtime where
50 | | pub struct Runtime where
51 | | Block = Block,
52 | | NodeBlock = Block,
... |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ error: `Pallet` does not have #[pallet::origin] defined, perhaps you should remo
| ^^^^^^^^^^^^^^^^^^^^^^^^
...
49 | / construct_runtime! {
50 | | pub enum Runtime where
50 | | pub struct Runtime where
51 | | Block = Block,
52 | | NodeBlock = Block,
... |
Expand All @@ -19,7 +19,7 @@ error[E0412]: cannot find type `Origin` in module `pallet`
--> tests/construct_runtime_ui/undefined_origin_part.rs:49:1
|
49 | / construct_runtime! {
50 | | pub enum Runtime where
50 | | pub struct Runtime where
51 | | Block = Block,
52 | | NodeBlock = Block,
... |
Expand All @@ -37,7 +37,7 @@ error[E0282]: type annotations needed
--> tests/construct_runtime_ui/undefined_origin_part.rs:49:1
|
49 | / construct_runtime! {
50 | | pub enum Runtime where
50 | | pub struct Runtime where
51 | | Block = Block,
52 | | NodeBlock = Block,
... |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ error: `Pallet` does not have #[pallet::validate_unsigned] defined, perhaps you
| ^^^^^^^^^^^^^^^^^^^^^^^^
...
49 | / construct_runtime! {
50 | | pub enum Runtime where
50 | | pub struct Runtime where
51 | | Block = Block,
52 | | NodeBlock = Block,
... |
Expand All @@ -19,7 +19,7 @@ error[E0599]: no variant or associated item named `Pallet` found for enum `Runti
--> tests/construct_runtime_ui/undefined_validate_unsigned_part.rs:56:3
|
49 | / construct_runtime! {
50 | | pub enum Runtime where
50 | | pub struct Runtime where
51 | | Block = Block,
52 | | NodeBlock = Block,
... |
Expand All @@ -36,7 +36,7 @@ error[E0599]: no function or associated item named `pre_dispatch` found for stru
| -------------------- function or associated item `pre_dispatch` not found for this struct
...
49 | / construct_runtime! {
50 | | pub enum Runtime where
50 | | pub struct Runtime where
51 | | Block = Block,
52 | | NodeBlock = Block,
... |
Expand All @@ -57,7 +57,7 @@ error[E0599]: no function or associated item named `validate_unsigned` found for
| -------------------- function or associated item `validate_unsigned` not found for this struct
...
49 | / construct_runtime! {
50 | | pub enum Runtime where
50 | | pub struct Runtime where
51 | | Block = Block,
52 | | NodeBlock = Block,
... |
Expand Down