blob: 584b05ec44d3fed5b1ce957a7c45a44b87090245 [file] [log] [blame]
error[E0599]: no variant or associated item named `PIE` found for enum `Delicious` in the current scope
--> $DIR/issue-22933-2.rs:4:55
|
LL | enum Delicious {
| -------------- variant or associated item `PIE` not found here
...
LL | ApplePie = Delicious::Apple as isize | Delicious::PIE as isize,
| ^^^ variant or associated item not found in `Delicious`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0599`.