diff options
| author | nora <48135649+Noratrieb@users.noreply.github.com> | 2025-05-19 14:34:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-19 14:34:27 +0200 |
| commit | f42a6e301285d0fa6e0d4451569582b4608c8563 (patch) | |
| tree | 07f5000135ec998cb7dbae3bee3c7e5a59d5742f | |
| parent | 44b91dd50c568af7c9b0f3be5035cbcc17ee496a (diff) | |
| parent | 114367587c3b0910682d7c56e70e20ca13e4789b (diff) | |
| download | rust-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.md | 2 |
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) |
