Rollup merge of #38130 - jethrogb:patch-3, r=steveklabnik

Update items section in reference

Make clear that items must be definitions, and add missing extern block
This commit is contained in:
Corey Farwell 2016-12-03 15:39:53 -05:00 committed by GitHub
commit 02ad965e3f
1 changed files with 5 additions and 4 deletions

View File

@ -740,13 +740,14 @@ There are several kinds of item:
* [`extern crate` declarations](#extern-crate-declarations)
* [`use` declarations](#use-declarations)
* [modules](#modules)
* [functions](#functions)
* [function definitions](#functions)
* [`extern` blocks](#external-blocks)
* [type definitions](grammar.html#type-definitions)
* [structs](#structs)
* [enumerations](#enumerations)
* [struct definitions](#structs)
* [enumeration definitions](#enumerations)
* [constant items](#constant-items)
* [static items](#static-items)
* [traits](#traits)
* [trait definitions](#traits)
* [implementations](#implementations)
Some items form an implicit scope for the declaration of sub-items. In other