]> git.lizzy.rs Git - rust.git/blob - src/test/ui/error-codes/E0081.stderr
Auto merge of #85980 - ssomers:btree_cleanup_LeafRange, r=Mark-Simulacrum
[rust.git] / src / test / ui / error-codes / E0081.stderr
1 error[E0081]: discriminant value `3` already exists
2   --> $DIR/E0081.rs:3:9
3    |
4 LL |     P = 3,
5    |         - first use of `3`
6 LL |     X = 3,
7    |         ^ enum already has `3`
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0081`.