Pub enum runtime to pub struct runtime (#13250)
* pub enum Runtime -> pub struct Runtime
* changing some more
* fmt
* updating *.stderr files
* re-run trybuild after rust update
* keep a test file for `pub enum Runtime`
* Delete construct_runtime_2.rs
* ".git/.scripts/commands/fmt/fmt.sh"
---------
Co-authored-by:
Bastian Köcher <git@kchr.de>
Co-authored-by: parity-processbot <>
Showing
- substrate/bin/node/runtime/src/lib.rs 1 addition, 1 deletionsubstrate/bin/node/runtime/src/lib.rs
- substrate/frame/bags-list/src/mock.rs 1 addition, 1 deletionsubstrate/frame/bags-list/src/mock.rs
- substrate/frame/election-provider-multi-phase/src/mock.rs 1 addition, 1 deletionsubstrate/frame/election-provider-multi-phase/src/mock.rs
- substrate/frame/election-provider-support/src/onchain.rs 1 addition, 1 deletionsubstrate/frame/election-provider-support/src/onchain.rs
- substrate/frame/executive/src/lib.rs 1 addition, 1 deletionsubstrate/frame/executive/src/lib.rs
- substrate/frame/fast-unstake/src/mock.rs 3 additions, 2 deletionssubstrate/frame/fast-unstake/src/mock.rs
- substrate/frame/im-online/src/mock.rs 1 addition, 1 deletionsubstrate/frame/im-online/src/mock.rs
- substrate/frame/nomination-pools/benchmarking/src/mock.rs 1 addition, 1 deletionsubstrate/frame/nomination-pools/benchmarking/src/mock.rs
- substrate/frame/nomination-pools/src/mock.rs 1 addition, 1 deletionsubstrate/frame/nomination-pools/src/mock.rs
- substrate/frame/nomination-pools/test-staking/src/mock.rs 1 addition, 1 deletionsubstrate/frame/nomination-pools/test-staking/src/mock.rs
- substrate/frame/offences/src/mock.rs 1 addition, 1 deletionsubstrate/frame/offences/src/mock.rs
- substrate/frame/support/test/compile_pass/src/lib.rs 3 additions, 2 deletionssubstrate/frame/support/test/compile_pass/src/lib.rs
- substrate/frame/support/test/tests/construct_runtime.rs 2 additions, 2 deletionssubstrate/frame/support/test/tests/construct_runtime.rs
- substrate/frame/support/test/tests/construct_runtime_ui/abundant_where_param.rs 1 addition, 1 deletion...t/test/tests/construct_runtime_ui/abundant_where_param.rs
- substrate/frame/support/test/tests/construct_runtime_ui/both_use_and_excluded_parts.rs 1 addition, 1 deletion...tests/construct_runtime_ui/both_use_and_excluded_parts.rs
- substrate/frame/support/test/tests/construct_runtime_ui/conflicting_index.rs 1 addition, 1 deletion...port/test/tests/construct_runtime_ui/conflicting_index.rs
- substrate/frame/support/test/tests/construct_runtime_ui/conflicting_index_2.rs 1 addition, 1 deletion...rt/test/tests/construct_runtime_ui/conflicting_index_2.rs
- substrate/frame/support/test/tests/construct_runtime_ui/conflicting_module_name.rs 1 addition, 1 deletion...est/tests/construct_runtime_ui/conflicting_module_name.rs
- substrate/frame/support/test/tests/construct_runtime_ui/double_module_parts.rs 1 addition, 1 deletion...rt/test/tests/construct_runtime_ui/double_module_parts.rs
- substrate/frame/support/test/tests/construct_runtime_ui/duplicate_exclude.rs 1 addition, 1 deletion...port/test/tests/construct_runtime_ui/duplicate_exclude.rs
Please register or sign in to comment