Skip to content

Commit da7603e

Browse files
authored
Merge pull request #4166 from rust-lang/conclude-§01-rustonomicon
Ch. 20: conclude §01 with a reference to the Rustonomicon
2 parents ad2011d + f75817a commit da7603e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ch20-01-unsafe-rust.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,10 +534,14 @@ annotation makes it easier to track down the source of problems when they occur.
534534
Whenever you write unsafe code, you can use Miri to help you be more confident
535535
that the code you have written upholds Rust’s rules.
536536
537+
For a much deeper exploration of how to work effectively with unsafe Rust, read
538+
Rust’s official guide to the subject, the [Rustonomicon][nomicon].
539+
537540
[dangling-references]: ch04-02-references-and-borrowing.html#dangling-references
538541
[differences-between-variables-and-constants]: ch03-01-variables-and-mutability.html#constants
539542
[extensible-concurrency-with-the-sync-and-send-traits]: ch16-04-extensible-concurrency-sync-and-send.html#extensible-concurrency-with-the-sync-and-send-traits
540543
[the-slice-type]: ch04-03-slices.html#the-slice-type
541544
[reference]: ../reference/items/unions.html
542545
[miri]: https://github.com/rust-lang/miri
543546
[nightly]: appendix-07-nightly-rust.html
547+
[nomicon]: https://doc.rust-lang.org/nomicon/

0 commit comments

Comments
 (0)