9 lines
192 B
Plaintext
9 lines
192 B
Plaintext
|
error[E0532]: expected struct, variant or union type, found enum `Result`
|
||
|
--> $DIR/issue-16058.rs:19:9
|
||
|
|
|
||
|
19 | Result {
|
||
|
| ^^^^^^
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|