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.
const
Impl
1 parent 88dda04 commit 6b1284eCopy full SHA for 6b1284e
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.9.2"
+version = "1.9.3"
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
@@ -251,7 +251,7 @@ AssocItem =
251
Impl =
252
Attr* Visibility?
253
'default'? 'unsafe'?
254
- 'impl' 'const'? GenericParamList? ('!'? trait:Type 'for')? self_ty:Type WhereClause?
+ 'impl' GenericParamList? ('const'? '!'? trait:Type 'for')? self_ty:Type WhereClause?
255
AssocItemList
256
257
ExternBlock =
0 commit comments