summaryrefslogtreecommitdiffstats
path: root/src/doc/book/redirects/unsafe.md
blob: 8628c7aa95e935741299f9bafead452130863bfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
% `unsafe`

<small>There is a new edition of the book and this is an old link.</small>

> Rust has a second language hiding out inside of it, unsafe Rust, which does not enforce memory safety guarantees.

---

Here are the relevant sections in the new and old books:

* **[in the current edition: Ch 19.01 — Unsafe Rust][2]**
* [The Rustonomicon, The Dark Arts of Advanced and Unsafe Rust Programming][3]
* <small>[In the first edition: Ch 3.36 — `unsafe`][1]</small>


[1]: https://doc.rust-lang.org/1.30.0/book/first-edition/unsafe.html
[2]: ch19-01-unsafe-rust.html
[3]: ../nomicon/index.html