mirror of
https://gitee.com/openharmony/third_party_rust_cxx
synced 2024-11-27 01:11:38 +00:00
6 lines
143 B
Plaintext
6 lines
143 B
Plaintext
error: explicit #[repr(...)] is required for enum without any variants
|
|
--> tests/ui/empty_enum.rs:3:5
|
|
|
|
|
3 | enum A {}
|
|
| ^^^^^^^^^
|