Skip to content

Commit 6d4f5d4

Browse files
authored
transmute is allowed in const fn as of 1.56
1 parent b5c68b0 commit 6d4f5d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/const_eval.md

Lines changed: 0 additions & 1 deletion
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

0 commit comments

Comments
 (0)