Skip to content

Commit 59183f4

Browse files
committed
---
yaml --- r: 128843 b: refs/heads/try c: cafa475 h: refs/heads/master i: 128841: 641d785 128839: bdb0630 v: v3
1 parent 69d86b4 commit 59183f4

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 07d86b46a949a94223da714e35b343243e4ecce4
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: a86d9ad15e339ab343a12513f9c90556f677b9ca
5-
refs/heads/try: 910dd2635c0defac0f64cd62fe7a3f22dc41bdba
5+
refs/heads/try: cafa47506db7f0ac8407d5771ec81f560c5a481f
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/src/doc/rust.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1928,6 +1928,8 @@ interpreted:
19281928

19291929
### Miscellaneous attributes
19301930

1931+
- `export_name` - on statics and functions, this determines the name of the
1932+
exported symbol.
19311933
- `link_section` - on statics and functions, this specifies the section of the
19321934
object file that this item's contents will be placed into.
19331935
- `macro_export` - export a macro for cross-crate usage.

branches/try/src/librustc/lint/builtin.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,7 @@ impl LintPass for UnusedAttribute {
568568
// FIXME: #14406 these are processed in trans, which happens after the
569569
// lint pass
570570
"cold",
571+
"export_name",
571572
"inline",
572573
"link",
573574
"link_name",

0 commit comments

Comments
 (0)