granite-rust/tests/ui/consts/closure-structural-match-issue-90013.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
87 B
Rust
Raw Normal View History

2021-10-18 00:00:00 +00:00
// Regression test for issue 90013.
//@ check-pass
fn main() {
const { || {} };
}