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.
1 parent 97d4e76 commit d715409Copy full SHA for d715409
src/doc/grammar.md
@@ -297,7 +297,7 @@ transcriber : '(' transcriber * ')' | '[' transcriber * ']'
297
298
```antlr
299
item : mod_item | fn_item | type_item | struct_item | enum_item
300
- | static_item | trait_item | impl_item | extern_block ;
+ | const_item | static_item | trait_item | impl_item | extern_block ;
301
```
302
303
### Type Parameters
@@ -369,6 +369,10 @@ path_item : ident | "mod" ;
369
370
**FIXME:** grammar?
371
372
+### Enumerations
373
+
374
+**FIXME:** grammar?
375
376
### Constant items
377
378
0 commit comments