Skip to content

Commit 4e40055

Browse files
committed
---
yaml --- r: 128303 b: refs/heads/snap-stage3 c: cafa475 h: refs/heads/master i: 128301: 02280e2 128299: 352a105 128295: e128e5d 128287: 57fd85a v: v3
1 parent e6787c8 commit 4e40055

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
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: cb9c1e0e702f4a1a5dfc909b15b74e8556013c06
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 910dd2635c0defac0f64cd62fe7a3f22dc41bdba
4+
refs/heads/snap-stage3: cafa47506db7f0ac8407d5771ec81f560c5a481f
55
refs/heads/try: 73b8f60b60d8a2a7ca5a7d49d59771350b867951
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/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/snap-stage3/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)