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 fd10ded + 73a6199 commit 79ea0eeCopy full SHA for 79ea0ee
src/doc/grammar.md
@@ -306,7 +306,7 @@ transcriber : '(' transcriber * ')' | '[' transcriber * ']'
306
307
```antlr
308
item : vis ? mod_item | fn_item | type_item | struct_item | enum_item
309
- | const_item | static_item | trait_item | impl_item | extern_block ;
+ | const_item | static_item | trait_item | impl_item | extern_block_item ;
310
```
311
312
### Type Parameters
0 commit comments