Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
rust
/
cxx
/
48c01a6978fee61a028bedc45f942eb527db28fc
/
.
/
tests
/
ui
/
empty_enum.stderr
blob: 0556da9a88ea244edc31431e1e0c902e733f50ca [
file
] [
log
] [
blame
]
error
:
explicit
#[repr(...)] is required for enum without any variants
-->
$DIR
/
empty_enum
.
rs
:
3
:
5
|
3
|
enum
A
{}
|
^^^^^^^^^