Skip to content

Commit f42a6e3

Browse files
authored
Merge pull request rust-lang#2394 from smanilov/patch-9
Make run instructions first
2 parents 44b91dd + 1143675 commit f42a6e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustc-dev-guide/src/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@
134134

135135
- [Command-line arguments](./cli.md)
136136
- [rustc_driver and rustc_interface](./rustc-driver/intro.md)
137+
- [Remarks on perma-unstable features](./rustc-driver/remarks-on-perma-unstable-features.md)
137138
- [Example: Type checking](./rustc-driver/interacting-with-the-ast.md)
138139
- [Example: Getting diagnostics](./rustc-driver/getting-diagnostics.md)
139-
- [Remarks on perma-unstable features](./rustc-driver/remarks-on-perma-unstable-features.md)
140140
- [Errors and lints](diagnostics.md)
141141
- [Diagnostic and subdiagnostic structs](./diagnostics/diagnostic-structs.md)
142142
- [Translation](./diagnostics/translation.md)

0 commit comments

Comments
 (0)