We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d3670b + 3d965ac commit 2866baaCopy full SHA for 2866baa
src/tools/rust-analyzer/lib/ungrammar/Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "ungrammar"
3
description = "A DSL for describing concrete syntax trees"
4
-version = "1.5.0"
+version = "1.6.0"
5
license = "MIT OR Apache-2.0"
6
repository = "https://github.com/matklad/ungrammar"
7
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
src/tools/rust-analyzer/lib/ungrammar/rust.ungram
@@ -368,7 +368,7 @@ BlockExpr =
368
'{'
369
Attr*
370
statements:Stmt*
371
- Expr?
+ tail_expr:Expr?
372
'}'
373
374
RefExpr =
0 commit comments