Update the unstable book
This commit is contained in:
parent
486864f235
commit
56beb1d744
1 changed files with 11 additions and 0 deletions
11
src/doc/unstable-book/src/language-features/rustc-private.md
Normal file
11
src/doc/unstable-book/src/language-features/rustc-private.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# `rustc_private`
|
||||
|
||||
The tracking issue for this feature is: [#27812]
|
||||
|
||||
[#27812]: https://github.com/rust-lang/rust/issues/27812
|
||||
|
||||
------------------------
|
||||
|
||||
This feature allows access to unstable internal compiler crates.
|
||||
|
||||
Additionally it changes the linking behavior of crates which have this feature enabled. It will prevent linking to a dylib if there's a static variant of it already statically linked into another dylib dependency. This is required to successfully link to `rustc_driver`.
|
Loading…
Add table
Reference in a new issue