mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 07:58: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
330 B
Plaintext
12 lines
330 B
Plaintext
error: expected `struct`
|
|
--> tests/ui/err-02-enum.rs:16:1
|
|
|
|
|
16 | enum Orchestra {
|
|
| ^^^^
|
|
|
|
error[E0433]: failed to resolve: use of undeclared type `Orchestra`
|
|
--> tests/ui/err-02-enum.rs:27:18
|
|
|
|
|
27 | let orchestra = Orchestra::<_,_>::builder()
|
|
| ^^^^^^^^^ use of undeclared type `Orchestra`
|