Skip to content

Commit 3ca5b1a

Browse files
committed
moved renamed docs formatted | link-section.rs
1 parent a612e73 commit 3ca5b1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/ui/link-section.rs renamed to tests/ui/linkage-attr/link-section-placement.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
//! Test placement of functions and statics in custom link sections
2+
13
//@ run-pass
24

35
// FIXME(static_mut_refs): Do not allow `static_mut_refs` lint
46
#![allow(static_mut_refs)]
5-
67
#![allow(non_upper_case_globals)]
78
#[cfg(not(target_vendor = "apple"))]
89
#[link_section = ".moretext"]

0 commit comments

Comments
 (0)