Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
6d71251cf9e40326461f90f8ff9a7024706aea87
/
.
/
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
(),
}