12 lines
446 B
Plaintext
12 lines
446 B
Plaintext
|
error[E0599]: no variant named `PIE` found for type `Delicious` in the current scope
|
||
|
--> $DIR/issue-22933-2.rs:14:44
|
||
|
|
|
||
|
11 | enum Delicious { //~ NOTE variant `PIE` not found here
|
||
|
| -------------- variant `PIE` not found here
|
||
|
...
|
||
|
14 | ApplePie = Delicious::Apple as isize | Delicious::PIE as isize,
|
||
|
| ^^^^^^^^^^^^^^ variant not found in `Delicious`
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|