Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
0fa610f6
Unverified
Commit
0fa610f6
authored
Sep 07, 2021
by
Bastian Köcher
Browse files
Substrate Companion for rust 1.54
parent
f9f47540
Pipeline
#155883
failed with stages
in 23 minutes and 50 seconds
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
node/overseer/all-subsystems-gen/tests/ui/err-01-generic-used-twice.stderr
View file @
0fa610f6
...
...
@@ -4,7 +4,7 @@ error: Generic type parameters may only be used for exactly one field, but is us
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
|
5 | struct AllSubsystems<X> {
...
...
node/overseer/overseer-gen/tests/ui/err-01-duplicate-consumer.stderr
View file @
0fa610f6
...
...
@@ -7,7 +7,7 @@ error[E0119]: conflicting implementations of trait `std::convert::From<MsgStrukt
| first implementation here
| 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`
--> $DIR/err-01-duplicate-consumer.rs:19:1
...
...
@@ -18,4 +18,4 @@ error[E0119]: conflicting implementations of trait `polkadot_overseer_gen::Subsy
| first implementation here
| 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)
node/overseer/overseer-gen/tests/ui/err-04-missing-error.stderr
View file @
0fa610f6
...
...
@@ -4,7 +4,7 @@ error: Must declare the overseer error type via `error=..`.
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`
--> $DIR/err-04-missing-error.rs:30:10
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment