Unverified Commit 0fa610f6 authored by Bastian Köcher's avatar Bastian Köcher
Browse files

Substrate Companion for rust 1.54

parent f9f47540
Pipeline #155883 failed with stages
in 23 minutes and 50 seconds
...@@ -4,7 +4,7 @@ error: Generic type parameters may only be used for exactly one field, but is us ...@@ -4,7 +4,7 @@ error: Generic type parameters may only be used for exactly one field, but is us
6 | a: X, 6 | a: X,
| ^ | ^
error[E0599]: no method named `replace_a` found for struct `AllSubsystems<u16>` in the current scope error[E0599]: no method named `replace_a` found for struct `AllSubsystems` in the current scope
--> $DIR/err-01-generic-used-twice.rs:15:17 --> $DIR/err-01-generic-used-twice.rs:15:17
| |
5 | struct AllSubsystems<X> { 5 | struct AllSubsystems<X> {
......
...@@ -7,7 +7,7 @@ error[E0119]: conflicting implementations of trait `std::convert::From<MsgStrukt ...@@ -7,7 +7,7 @@ error[E0119]: conflicting implementations of trait `std::convert::From<MsgStrukt
| first implementation here | first implementation here
| conflicting implementation for `AllMessages` | conflicting implementation for `AllMessages`
| |
= note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the attribute macro `overlord` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0119]: conflicting implementations of trait `polkadot_overseer_gen::SubsystemSender<MsgStrukt>` for type `OverseerSubsystemSender` error[E0119]: conflicting implementations of trait `polkadot_overseer_gen::SubsystemSender<MsgStrukt>` for type `OverseerSubsystemSender`
--> $DIR/err-01-duplicate-consumer.rs:19:1 --> $DIR/err-01-duplicate-consumer.rs:19:1
...@@ -18,4 +18,4 @@ error[E0119]: conflicting implementations of trait `polkadot_overseer_gen::Subsy ...@@ -18,4 +18,4 @@ error[E0119]: conflicting implementations of trait `polkadot_overseer_gen::Subsy
| first implementation here | first implementation here
| conflicting implementation for `OverseerSubsystemSender` | conflicting implementation for `OverseerSubsystemSender`
| |
= note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the attribute macro `overlord` (in Nightly builds, run with -Z macro-backtrace for more info)
...@@ -4,7 +4,7 @@ error: Must declare the overseer error type via `error=..`. ...@@ -4,7 +4,7 @@ error: Must declare the overseer error type via `error=..`.
16 | #[overlord(signal=SigSigSig, event=Event, gen=AllMessages)] 16 | #[overlord(signal=SigSigSig, event=Event, gen=AllMessages)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| |
= note: this error originates in an attribute macro (in Nightly builds, run with -Z macro-backtrace for more info) = note: this error originates in the attribute macro `overlord` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0433]: failed to resolve: use of undeclared type `Overseer` error[E0433]: failed to resolve: use of undeclared type `Overseer`
--> $DIR/err-04-missing-error.rs:30:10 --> $DIR/err-04-missing-error.rs:30:10
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment