Skip to content

Commit e9d9b2e

Browse files
committed
Link to transmute and make it its own point
1 parent 8acf907 commit e9d9b2e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/const_eval.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ Notable features that const contexts have, but const fn haven't are:
7373
* `dyn Trait` types
7474
* generic bounds on generic parameters beyond `Sized`
7575
* comparing raw pointers
76-
* union field access or `transmute` invocations.
76+
* union field access
77+
* [`transmute`] invocations.
7778

7879
[arithmetic]: expressions/operator-expr.md#arithmetic-and-logical-binary-operators
7980
[array expressions]: expressions/array-expr.md
@@ -116,5 +117,6 @@ Notable features that const contexts have, but const fn haven't are:
116117
[statics]: items/static-items.md
117118
[struct]: expressions/struct-expr.md
118119
[tuple expressions]: expressions/tuple-expr.md
120+
[`transmute`]: ../std/mem/fn.transmute.html
119121
[while]: expressions/loop-expr.md#predicate-loops
120122
[`while let`]: expressions/loop-expr.md#predicate-pattern-loops

0 commit comments

Comments
 (0)