mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-05 22:37:25 +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>
18 lines
521 B
Plaintext
18 lines
521 B
Plaintext
error: Duplicate subsystem names
|
|
--> tests/ui/err-03-subsys-twice.rs:25:8
|
|
|
|
|
25 | sub1: AwesomeSubSys,
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error: previously defined here.
|
|
--> tests/ui/err-03-subsys-twice.rs:22:8
|
|
|
|
|
22 | sub0: AwesomeSubSys,
|
|
| ^^^^^^^^^^^^^
|
|
|
|
error[E0433]: failed to resolve: use of undeclared type `Orchestra`
|
|
--> tests/ui/err-03-subsys-twice.rs:34:18
|
|
|
|
|
34 | let orchestra = Orchestra::<_,_>::builder()
|
|
| ^^^^^^^^^ use of undeclared type `Orchestra`
|