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 eb0273ab0b
commit 843c390de0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

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