Skip to content

Commit dc1931a

Browse files
committed
Use markdown link instead of HTML.
1 parent 771cce3 commit dc1931a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/expressions/operator-expr.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ Casting from an integer to a raw pointer interprets the integer as a memory addr
394394
Warning:
395395
This interacts with the Rust memory model, which is still under development.
396396
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.
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

0 commit comments

Comments
 (0)