Sign in
android
/
toolchain
/
rustc
/
43f0694b1feb1296004d84509e01177159e71be0
/
.
/
src
/
test
/
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
(),
}