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