Skip to content

Commit 04d1ccf

Browse files
committed
---
yaml --- r: 274807 b: refs/heads/stable c: 32328ac h: refs/heads/master i: 274805: c0f4fee 274803: 7853c03 274799: 0208932
1 parent 0292cfa commit 04d1ccf

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
@@ -29,7 +29,7 @@ refs/heads/tmp: e06d2ad9fcd5027bcaac5b08fc9aa39a49d0ecd3
2929
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
3030
refs/tags/homu-tmp: c0221c8897db309a79990367476177b1230bb264
3131
refs/tags/1.0.0-beta: 8cbb92b53468ee2b0c2d3eeb8567005953d40828
32-
refs/heads/stable: e6f0f7d52d69d0c4f290ac32c6eebf92bbf6dd81
32+
refs/heads/stable: 32328ac6ff13cf55b61dbfcf0c79aba1b7a8f429
3333
refs/tags/1.0.0: 55bd4f8ff2b323f317ae89e254ce87162d52a375
3434
refs/tags/1.1.0: bc3c16f09287e5545c1d3f76b7abd54f2eca868b
3535
refs/tags/1.2.0: f557861f822c34f07270347b94b5280de20a597e

branches/stable/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)