File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -534,10 +534,14 @@ annotation makes it easier to track down the source of problems when they occur.
534534Whenever you write unsafe code, you can use Miri to help you be more confident
535535that 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/
You can’t perform that action at this time.
0 commit comments