DEBSOURCES
Skip Quicknav
sources / rustc / 1.85.0%2Bdfsg2-3 / tests / ui / structs-enums / auxiliary / empty-struct.rs
123456789
pub struct XEmpty1 {} pub struct XEmpty2; pub struct XEmpty7(); pub enum XE { XEmpty3 {}, XEmpty4, XEmpty6(), }