]> git.proxmox.com Git - rustc.git/blobdiff - src/doc/nomicon/src/safe-unsafe-meaning.md
New upstream version 1.43.0+dfsg1
[rustc.git] / src / doc / nomicon / src / safe-unsafe-meaning.md
index e2313843147cdf4f567fdddc168b2c01ab688595..0418f6df9c3ba5b3ea947b9817a0843e76df0803 100644 (file)
@@ -56,7 +56,7 @@ implementations have generally been rigorously manually checked, so the Safe Rus
 interfaces built on top of these implementations can be assumed to be safe.
 
 The need for all of this separation boils down a single fundamental property
-of Safe Rust:
+of Safe Rust, the *soundness property*:
 
 **No matter what, Safe Rust can't cause Undefined Behavior.**