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 2ea887a584
commit 3adee50e1a

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)