rust/src/test/ui/error-codes/E0081.stderr
Guillaume Gomez 2e104a77cf update tests
2018-03-14 00:53:24 +01:00

11 lines
290 B
Text

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`.