Previously, the parser would try to interpret this as a block call:
if true {} // No semicolon
{|i, am, a, block|};
Which, though unlikely, might come up in practice.
|
||
|---|---|---|
| .. | ||
| eval.rs | ||
| lexer.rs | ||
| parser.rs | ||
| token.rs | ||
Previously, the parser would try to interpret this as a block call:
if true {} // No semicolon
{|i, am, a, block|};
Which, though unlikely, might come up in practice.
|
||
|---|---|---|
| .. | ||
| eval.rs | ||
| lexer.rs | ||
| parser.rs | ||
| token.rs | ||