Skip to content

Commit 652c286

Browse files
committed
Fix nits
Signed-off-by: xizheyin <[email protected]>
1 parent 385272b commit 652c286

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/rustc-driver/remarks-on-perma-unstable-features.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
## Requirements for `rustc_private`
1+
2+
# Remarks on perma unstable features
3+
4+
## `rustc_private`
25

36
### Overview
47

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.
69

710
### Using `rustc-private` with Official Toolchains
811

0 commit comments

Comments
 (0)