Sign in
rust
/
rust
/
d7a18fc052d1db50057d6fff023ca4bd8ec7617e
/
.
/
tests
/
ui
/
empty
/
auxiliary
/
empty-struct.rs
blob: 3fb40f6bfa96004068358d5a4e8815078a488bf9 [
file
]
pub
struct
XEmpty1
{}
pub
struct
XEmpty2
;
pub
struct
XEmpty6
();
pub
enum
XE
{
XEmpty3
{},
XEmpty4
,
XEmpty5
(),
}