We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3522c8b commit 42897ddCopy full SHA for 42897dd
src/coding-guidelines/values.rst
@@ -31,7 +31,7 @@ Values
31
:status: draft
32
33
Rust’s memory model requires that all bytes are initialized before a typed value may be constructed.
34
- Reading uninitialized memory:
+ `Reading uninitialized memory <https://doc.rust-lang.org/nomicon/uninitialized.html>`_:
35
36
- creates undefined behavior for most types,
37
- may violate niche or discriminant validity,
0 commit comments