about summary refs log tree commit diff
path: root/src/doc/rust.md
diff options
context:
space:
mode:
authorJack Heizer <jack.heizer@gmail.com>2014-08-14 12:23:39 -0700
committerJack Heizer <jack.heizer@gmail.com>2014-08-14 12:29:07 -0700
commit614bfbe57761a230cc22f1ac49fd764110726b5b (patch)
tree1dddc28948b663b4e3fd2393e18d820e094d66ae /src/doc/rust.md
parent404978ea722c0257cc763540c93243e8a21f82ed (diff)
downloadrust-614bfbe57761a230cc22f1ac49fd764110726b5b.tar.gz
rust-614bfbe57761a230cc22f1ac49fd764110726b5b.zip
Add export_name to the attribute whitelist and a description in the rust manual
Diffstat (limited to 'src/doc/rust.md')
-rw-r--r--src/doc/rust.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doc/rust.md b/src/doc/rust.md
index f47b85b6388..147811b81a7 100644
--- a/src/doc/rust.md
+++ b/src/doc/rust.md
@@ -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.