Skip to content

Commit bcaa076

Browse files
transmute is allowed in const fn as of 1.56
1 parent 0f2ff46 commit bcaa076

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)