]> git.proxmox.com Git - rustc.git/blob - src/doc/edition-guide/src/introduction.md
New upstream version 1.65.0+dfsg1
[rustc.git] / src / doc / edition-guide / src / introduction.md
1 # Introduction
2
3 Welcome to The Rust Edition Guide! "Editions" are Rust's way of introducing
4 changes into the language that would not otherwise be backwards
5 compatible.
6
7 In this guide, we'll discuss:
8
9 * What editions are
10 * Which changes are contained in each edition
11 * How to migrate your code from one edition to another