]> git.proxmox.com Git - rustc.git/blame - src/doc/style/features/README.md
New upstream version 1.12.1+dfsg1
[rustc.git] / src / doc / style / features / README.md
CommitLineData
85aaf69f
SL
1% Guidelines by language feature
2
3Rust provides a unique combination of language features, some new and some
4old. This section gives guidance on when and how to use Rust's features, and
5brings attention to some of the tradeoffs between different features.
6
7Notably missing from this section is an in-depth discussion of Rust's pointer
8types (both built-in and in the library). The topic of pointers is discussed at
9length in a [separate section on ownership](../ownership/README.md).