Skip to content

Commit 71c463a

Browse files
committed
---
yaml --- r: 262503 b: refs/heads/snap-stage3 c: 32328ac h: refs/heads/master i: 262501: 7ebc894 262499: dc83d33 262495: f8b1fba
1 parent b15c4d3 commit 71c463a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
refs/heads/master: 5a0308abadce38396f27122d5c8639ffb2a21469
3-
refs/heads/snap-stage3: e6f0f7d52d69d0c4f290ac32c6eebf92bbf6dd81
3+
refs/heads/snap-stage3: 32328ac6ff13cf55b61dbfcf0c79aba1b7a8f429
44
refs/heads/try: 29d24a3b02cb805da19450bf9830a8f0a6bd859c
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
66
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596

branches/snap-stage3/src/libsyntax/attr.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,6 @@ pub fn find_export_name_attr(diag: &Handler, attrs: &[Attribute]) -> Option<Inte
318318

319319
pub fn contains_extern_indicator(attrs: &[Attribute]) -> bool {
320320
contains_name(attrs, "no_mangle") ||
321-
contains_name(attrs, "link_section") ||
322-
contains_name(attrs, "linkage") ||
323321
contains_name(attrs, "export_name")
324322
}
325323

0 commit comments

Comments
 (0)