mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
9 lines
249 B
Plaintext
9 lines
249 B
Plaintext
error: `enum` and `struct` are mutually exclusive
|
|
--> $DIR/issue-99625-enum-struct-mutually-exclusive.rs:3:5
|
|
|
|
|
LL | pub enum struct Range {
|
|
| ^^^^^^^^^^^ help: replace `enum struct` with: `enum`
|
|
|
|
error: aborting due to 1 previous error
|
|
|