about summary refs log tree commit diff
diff options
context:
space:
mode:
authornora <48135649+Noratrieb@users.noreply.github.com>2025-05-19 14:34:27 +0200
committerGitHub <noreply@github.com>2025-05-19 14:34:27 +0200
commitf42a6e301285d0fa6e0d4451569582b4608c8563 (patch)
tree07f5000135ec998cb7dbae3bee3c7e5a59d5742f
parent44b91dd50c568af7c9b0f3be5035cbcc17ee496a (diff)
parent114367587c3b0910682d7c56e70e20ca13e4789b (diff)
downloadrust-f42a6e301285d0fa6e0d4451569582b4608c8563.tar.gz
rust-f42a6e301285d0fa6e0d4451569582b4608c8563.zip
Merge pull request #2394 from smanilov/patch-9
Make run instructions first
-rw-r--r--src/doc/rustc-dev-guide/src/SUMMARY.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/SUMMARY.md b/src/doc/rustc-dev-guide/src/SUMMARY.md
index 31119496e75..a7b76233d19 100644
--- a/src/doc/rustc-dev-guide/src/SUMMARY.md
+++ b/src/doc/rustc-dev-guide/src/SUMMARY.md
@@ -134,9 +134,9 @@
 
 - [Command-line arguments](./cli.md)
 - [rustc_driver and rustc_interface](./rustc-driver/intro.md)
+    - [Remarks on perma-unstable features](./rustc-driver/remarks-on-perma-unstable-features.md)
     - [Example: Type checking](./rustc-driver/interacting-with-the-ast.md)
     - [Example: Getting diagnostics](./rustc-driver/getting-diagnostics.md)
-    - [Remarks on perma-unstable features](./rustc-driver/remarks-on-perma-unstable-features.md)
 - [Errors and lints](diagnostics.md)
     - [Diagnostic and subdiagnostic structs](./diagnostics/diagnostic-structs.md)
     - [Translation](./diagnostics/translation.md)