mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 06:47:57 +00:00
14 lines
587 B
Plaintext
14 lines
587 B
Plaintext
error: Must declare the orchestra error type via `error=..`.
|
|
--> $DIR/err-04-missing-error.rs:16:1
|
|
|
|
|
16 | #[orchestra(signal=SigSigSig, event=Event, gen=AllMessages)]
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
= note: this error originates in the attribute macro `orchestra` (in Nightly builds, run with -Z macro-backtrace for more info)
|
|
|
|
error[E0433]: failed to resolve: use of undeclared type `Orchestra`
|
|
--> $DIR/err-04-missing-error.rs:30:10
|
|
|
|
|
30 | let _ = Orchestra::builder()
|
|
| ^^^^^^^^ use of undeclared type `Orchestra`
|