mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 05:38:00 +00:00
16 lines
958 B
Plaintext
16 lines
958 B
Plaintext
error[E0599]: no method named `build` found for struct `OrchestraBuilder<Missing<_>, Init<AwesomeSubSys>, Init<f64>>` in the current scope
|
|
--> tests/ui/err-07-missing-spawner.rs:59:4
|
|
|
|
|
22 | #[orchestra(signal=SigSigSig, error=OrchestraError, event=Event, gen=AllMessages)]
|
|
| -------------------------------------------------------------------------------- method `build` not found for this
|
|
...
|
|
59 | .build()
|
|
| ^^^^^ method not found in `OrchestraBuilder<Missing<_>, Init<AwesomeSubSys>, Init<f64>>`
|
|
|
|
|
= note: the method was found for
|
|
- `OrchestraBuilder<Init<S>, Init<AwesomeSubSys>, Init<f64>>`
|
|
= help: items from traits can only be used if the trait is implemented and in scope
|
|
= note: the following traits define an item `build`, perhaps you need to implement one of them:
|
|
candidate #1: `frame_support::traits::hooks::GenesisBuild`
|
|
candidate #2: `prometheus::vec::MetricVecBuilder`
|