File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 63
63
* [ No stdlib] ( no-stdlib.md )
64
64
* [ Intrinsics] ( intrinsics.md )
65
65
* [ Lang items] ( lang-items.md )
66
- * [ Link args ] ( link-args .md)
66
+ * [ Advanced linking ] ( advanced-linking .md)
67
67
* [ Benchmark Tests] ( benchmark-tests.md )
68
68
* [ Box Syntax and Patterns] ( box-syntax-and-patterns.md )
69
69
* [ Slice Patterns] ( slice-patterns.md )
Original file line number Diff line number Diff line change 1
- % Link args
1
+ % Advanced Linking
2
+
3
+ The common cases of linking with Rust have been covered earlier in this book,
4
+ but supporting the range of linking possibilities made available by other
5
+ languages is important for Rust to achieve seamless interaction with native
6
+ libraries.
7
+
8
+ # Link args
2
9
3
10
There is one other way to tell rustc how to customize linking, and that is via
4
11
the ` link_args ` attribute. This attribute is applied to ` extern ` blocks and
You can’t perform that action at this time.
0 commit comments