auto merge of #16500 : jackheizer/rust/export-name, r=alexcrichton

This commit is contained in:
bors 2014-08-15 12:11:16 +00:00
commit 406de8d5dd
2 changed files with 3 additions and 0 deletions

View file

@ -1928,6 +1928,8 @@ interpreted:
### Miscellaneous attributes
- `export_name` - on statics and functions, this determines the name of the
exported symbol.
- `link_section` - on statics and functions, this specifies the section of the
object file that this item's contents will be placed into.
- `macro_export` - export a macro for cross-crate usage.