]> git.proxmox.com Git - rustc.git/blame - tests/ui/issues/issue-22933-2.stderr
New upstream version 1.76.0+dfsg1
[rustc.git] / tests / ui / issues / issue-22933-2.stderr
CommitLineData
dfeec247 1error[E0599]: no variant or associated item named `PIE` found for enum `Delicious` in the current scope
0731742a 2 --> $DIR/issue-22933-2.rs:4:55
ff7c6d11 3 |
0531ce1d 4LL | enum Delicious {
064997fb 5 | -------------- variant or associated item `PIE` not found for this enum
ff7c6d11 6...
0531ce1d 7LL | ApplePie = Delicious::Apple as isize | Delicious::PIE as isize,
3c0e092e
XL
8 | ^^^
9 | |
10 | variant or associated item not found in `Delicious`
11 | help: there is a variant with a similar name: `Pie`
ff7c6d11 12
4b012472 13error: aborting due to 1 previous error
ff7c6d11 14
0531ce1d 15For more information about this error, try `rustc --explain E0599`.