mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 20:48:02 +00:00
88d9aca202
* Update update-rust-stable script * Update UI tests for rust-1.62.1 * Use staging CI image * pin ci image Co-authored-by: alvicsam <alvicsam@gmail.com>
12 lines
650 B
Plaintext
12 lines
650 B
Plaintext
error[E0599]: no method named `build` found for struct `OrchestraBuilder<Init<DummySpawner>, Missing<_>, Init<f64>>` in the current scope
|
|
--> tests/ui/err-06-missing-subsystem.rs:59:4
|
|
|
|
|
22 | #[orchestra(signal=SigSigSig, error=OrchestraError, event=Event, gen=AllMessages)]
|
|
| ---------------------------------------------------------------------------------- method `build` not found for this struct
|
|
...
|
|
59 | .build()
|
|
| ^^^^^ method not found in `OrchestraBuilder<Init<DummySpawner>, Missing<_>, Init<f64>>`
|
|
|
|
|
= note: the method was found for
|
|
- `OrchestraBuilder<Init<S>, Init<AwesomeSubSys>, Init<f64>>`
|