summaryrefslogtreecommitdiff
path: root/src/test/ui/issues/issue-22933-2.stderr
blob: 97962adc2d2862d3fd4d13ccba90efb8166aef42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error[E0599]: no variant named `PIE` found for type `Delicious` in the current scope
  --> $DIR/issue-22933-2.rs:4:55
   |
LL | enum Delicious {
   | -------------- variant `PIE` not found here
...
LL |     ApplePie = Delicious::Apple as isize | Delicious::PIE as isize,
   |                                            -----------^^^
   |                                            |
   |                                            variant not found in `Delicious`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0599`.