Skip to content

Commit a242f32

Browse files
committed
Rename "remarks on perma unstable features" to "external rustc_drivers"
1 parent 56d5367 commit a242f32

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140

141141
- [Command-line arguments](./cli.md)
142142
- [rustc_driver and rustc_interface](./rustc-driver/intro.md)
143-
- [Remarks on perma-unstable features](./rustc-driver/remarks-on-perma-unstable-features.md)
143+
- [External rustc_drivers](./rustc-driver/external-rustc-drivers.md)
144144
- [Example: Type checking](./rustc-driver/interacting-with-the-ast.md)
145145
- [Example: Getting diagnostics](./rustc-driver/getting-diagnostics.md)
146146
- [Errors and lints](diagnostics.md)

src/rustc-driver/remarks-on-perma-unstable-features.md renamed to src/rustc-driver/external-rustc-drivers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Remarks on perma unstable features
1+
# External `rustc_driver`s
22

33
## `rustc_private`
44

0 commit comments

Comments
 (0)