summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/issues/issue-66357-unexpected-unreachable.rs
blob: 69a2dfe6cbd15fe7f984f568b1d8a127f2997db9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// The problem in #66357 was that the call trace:
//
// - parse_fn_block_decl
// - expect_or
// - unexpected
// - expect_one_of
// - expected_one_of_not_found
// - recover_closing_delimiter
//
// ended up bubbling up `Ok(true)` to `unexpected` which then used `unreachable!()`.

fn f() { |[](* } //~ ERROR mismatched closing delimiter