rust/tests/ui/consts/closure-structural-match-is...

7 lines
87 B
Rust

// Regression test for issue 90013.
//@ check-pass
fn main() {
const { || {} };
}