We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b062f91 commit e2c5df3Copy full SHA for e2c5df3
src/doc/unstable-book/src/language-features/rustc-private.md
@@ -13,7 +13,7 @@ that is necessary for linking against dylibs that statically link `std` (such as
13
This makes this feature "viral" in linkage; its use in a given crate makes its use required in
14
dependent crates which link to it (including integration tests, which are built as separate crates).
15
16
-## Required Components
+## Common linker failures related to missing LLVM libraries
17
18
### When using `rustc-private` with Official Toolchains
19
0 commit comments