Skip to content

Commit a01d151

Browse files
authored
Merge pull request #1100 from leo60228/patch-1
2 parents a647488 + 089b986 commit a01d151

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/const_eval.md

-2
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ Notable features that const contexts have, but const fn haven't are:
9393
* generic bounds on generic parameters beyond `Sized`
9494
* comparing raw pointers
9595
* union field access
96-
* [`transmute`] invocations.
9796

9897
Conversely, the following are possible in a const function, but not in a const context:
9998

@@ -143,6 +142,5 @@ Conversely, the following are possible in a const function, but not in a const c
143142
[statics]: items/static-items.md
144143
[struct]: expressions/struct-expr.md
145144
[tuple expressions]: expressions/tuple-expr.md
146-
[`transmute`]: ../std/mem/fn.transmute.html
147145
[while]: expressions/loop-expr.md#predicate-loops
148146
[`while let`]: expressions/loop-expr.md#predicate-pattern-loops

0 commit comments

Comments
 (0)