mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-30 12:07:40 +00:00
7 lines
260 B
Rust
7 lines
260 B
Rust
![]() |
// @has unit.json "$.index.['0:3'].name" \"Unit\"
|
||
|
// @has - "$.index.['0:3'].visibility" \"public\"
|
||
|
// @has - "$.index.['0:3'].kind" \"struct\"
|
||
|
// @has - "$.index.['0:3'].inner.struct_type" \"unit\"
|
||
|
// @has - "$.index.['0:3'].inner.fields" []
|
||
|
pub struct Unit;
|