Files
pezkuwi-subxt/polkadot/node/orchestra/tests/ui/err-02-enum.stderr
T
Sebastian Kunert 88d9aca202 Prepare for rust 1.62.1 (#5811)
* 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>
2022-07-26 14:37:02 +02:00

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`