Sign in
◑
Theme
rust
/
rust-lang
/
rust
/
refs/heads/beta
/
.
/
tests
/
rustdoc-html
/
inline_cross
/
auxiliary
/
assoc-const-private-fields.rs
blob: 42f838cf4fc6d302d106844b4e2e1a9538cc9d88 [
file
] [
edit
]
pub
struct
HasPrivateFields
{
_private
:
(),
}
impl
HasPrivateFields
{
pub
const
ASSOC
:
Self
=
Self
{
_private
:
()
};
}