You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/rustc-driver/remarks-on-perma-unstable-features.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,11 @@
1
-
## Requirements for `rustc_private`
1
+
2
+
# Remarks on perma unstable features
3
+
4
+
## `rustc_private`
2
5
3
6
### Overview
4
7
5
-
The `rustc-private` feature allows external crates to use compiler internals, but requires specific components to be properly installed. This document explains how to resolve common linker errors related to missing LLVM libraries when working with this feature.
8
+
The `rustc_private` feature allows external crates to use compiler internals.
6
9
7
10
### Using `rustc-private` with Official Toolchains
0 commit comments