File tree 1 file changed +2
-1
lines changed
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
394
394
Warning:
395
395
This interacts with the Rust memory model, which is still under development.
396
396
A 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.
398
398
399
399
</div >
400
400
@@ -520,6 +520,7 @@ See [this test] for an example of using this dependency.
520
520
[ logical xor ] : ../types/boolean.md#logical-xor
521
521
[ mutable ] : ../expressions.md#mutability
522
522
[ place expression ] : ../expressions.md#place-expressions-and-value-expressions
523
+ [ undefined behavior ] : ../behavior-considered-undefined.md
523
524
[ unit ] : ../types/tuple.md
524
525
[ value expression ] : ../expressions.md#place-expressions-and-value-expressions
525
526
[ temporary value ] : ../expressions.md#temporaries
You can’t perform that action at this time.
0 commit comments