File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -394,7 +394,7 @@ Casting from an integer to a raw pointer interprets the integer as a memory addr
394394Warning:
395395This interacts with the Rust memory model, which is still under development.
396396A pointer obtained from this cast may suffer additional restrictions even if it is bitwise equal to a valid pointer.
397- Dereferencing such a pointer may be < a href = " ../behavior-considered- undefined.md " >undefined behavior</ a > if aliasing rules are not followed.
397+ Dereferencing such a pointer may be [ undefined behavior] if aliasing rules are not followed.
398398
399399</div >
400400
@@ -520,6 +520,7 @@ See [this test] for an example of using this dependency.
520520[ logical xor ] : ../types/boolean.md#logical-xor
521521[ mutable ] : ../expressions.md#mutability
522522[ place expression ] : ../expressions.md#place-expressions-and-value-expressions
523+ [ undefined behavior ] : ../behavior-considered-undefined.md
523524[ unit ] : ../types/tuple.md
524525[ value expression ] : ../expressions.md#place-expressions-and-value-expressions
525526[ temporary value ] : ../expressions.md#temporaries
You can’t perform that action at this time.
0 commit comments