Move Editions chapter to "Contributing to Rust". (#1838)

This commit is contained in:
Eric Huss 2023-12-14 03:28:32 -08:00 committed by GitHub
parent cf2a10e4fb
commit cf99b58680
1 changed files with 1 additions and 4 deletions

View File

@ -56,6 +56,7 @@
- [RISC-V](notification-groups/risc-v.md)
- [Windows](notification-groups/windows.md)
- [Licenses](./licenses.md)
- [Editions](guides/editions.md)
# High-level Compiler Architecture
@ -184,10 +185,6 @@
- [Sanitizers Support](./sanitizers.md)
- [Debugging support in the Rust compiler](./debugging-support-in-rustc.md)
# General Guides
- [Editions](guides/editions.md)
---
[Appendix A: Background topics](./appendix/background.md)