You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/intro.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Where The Reference exists to detail the syntax and semantics of every part of t
32
32
33
33
The Reference will tell you the syntax and semantics of references, destructors, and unwinding, but it won't tell you how combining them can lead to exception-safety issues, or how to deal with those issues.
34
34
35
-
It should be noted that we haven't synced The Rustnomicon and The Reference well, so they may have a duplicate content.
35
+
It should be noted that we haven't synced The Rustnomicon and The Reference well, so they may have duplicate content.
36
36
In general, if the two documents disagree, The Reference should be assumed to be correct (it isn't yet considered normative, it's just better maintained).
37
37
38
38
Topics that are within the scope of this book include: the meaning of (un)safety, unsafe primitives provided by the language and standard library, techniques for creating safe abstractions with those unsafe primitives, subtyping and variance, exception-safety (panic/unwind-safety), working with uninitialized memory, type punning, concurrency, interoperating with other languages (FFI), optimization tricks, how constructs lower to compiler/OS/hardware primitives, how to **not** make the memory model people angry, how you're **going** to make the memory model people angry, and more.
0 commit comments