rust/tests/rustdoc-html/extern/auxiliary/variant-struct.rs
2026-01-07 14:23:30 +01:00

5 lines
50 B
Rust

pub enum Foo {
Bar {
qux: (),
}
}