rustc/tests/ui/consts/closure-structural-match-issue-90013.rs
2024-06-24 14:48:22 +02:00

7 lines
87 B
Rust

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