File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 07d86b46a949a94223da714e35b343243e4ecce4
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: a86d9ad15e339ab343a12513f9c90556f677b9ca
5
- refs/heads/try: 910dd2635c0defac0f64cd62fe7a3f22dc41bdba
5
+ refs/heads/try: cafa47506db7f0ac8407d5771ec81f560c5a481f
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
8
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
Original file line number Diff line number Diff line change @@ -1928,6 +1928,8 @@ interpreted:
1928
1928
1929
1929
### Miscellaneous attributes
1930
1930
1931
+ - ` export_name ` - on statics and functions, this determines the name of the
1932
+ exported symbol.
1931
1933
- ` link_section ` - on statics and functions, this specifies the section of the
1932
1934
object file that this item's contents will be placed into.
1933
1935
- ` macro_export ` - export a macro for cross-crate usage.
Original file line number Diff line number Diff line change @@ -568,6 +568,7 @@ impl LintPass for UnusedAttribute {
568
568
// FIXME: #14406 these are processed in trans, which happens after the
569
569
// lint pass
570
570
"cold" ,
571
+ "export_name" ,
571
572
"inline" ,
572
573
"link" ,
573
574
"link_name" ,
You can’t perform that action at this time.
0 commit comments