mirror of
https://github.com/rust-lang/rust.git
synced 2026-07-28 10:29:10 -04:00
6 lines
50 B
Rust
6 lines
50 B
Rust
pub enum Foo {
|
|
Bar {
|
|
qux: (),
|
|
}
|
|
}
|