7 lines
78 B
Rust
7 lines
78 B
Rust
fn foo() {
|
|
match () {
|
|
_ => (),
|
|
X | Y if Z => (),
|
|
};
|
|
}
|