Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
associated-consts
/
auxiliary
/
empty-struct.rs
blob: 93275e7143eed42611c3a7c15cdbe6dd550e5d8a [
file
] [
log
] [
blame
]
pub
struct
XEmpty1
{}
pub
struct
XEmpty2
;
pub
struct
XEmpty7
();
pub
enum
XE
{
XEmpty3
{},
XEmpty4
,
XEmpty6
(),
}