Move Editions chapter to "Contributing to Rust". (#1838)
This commit is contained in:
parent
eb0273ab0b
commit
843c390de0
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue