mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-10 01:47:58 +00:00
12 lines
320 B
Plaintext
12 lines
320 B
Plaintext
error: expected `struct`
|
|
--> $DIR/err-02-enum.rs:16:1
|
|
|
|
|
16 | enum Orchestra {
|
|
| ^^^^
|
|
|
|
error[E0433]: failed to resolve: use of undeclared type `Orchestra`
|
|
--> $DIR/err-02-enum.rs:27:17
|
|
|
|
|
27 | let orchestra = Orchestra::<_,_>::builder()
|
|
| ^^^^^^^^ use of undeclared type `Orchestra`
|