summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0081.stderr
blob: 36150d7c5263661400fc5c29c74e87da109f991c (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0081]: discriminant value `3` already exists
  --> $DIR/E0081.rs:13:9
   |
LL |     P = 3,
   |         - first use of `3`
LL |     X = 3,
   |         ^ enum already has `3`

error: aborting due to previous error

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