Skip to content

Commit 56beb1d

Browse files
committed
Update the unstable book
1 parent 486864f commit 56beb1d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# `rustc_private`
2+
3+
The tracking issue for this feature is: [#27812]
4+
5+
[#27812]: https://github.com/rust-lang/rust/issues/27812
6+
7+
------------------------
8+
9+
This feature allows access to unstable internal compiler crates.
10+
11+
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`.

0 commit comments

Comments
 (0)