We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5c68b0 commit 6d4f5d4Copy full SHA for 6d4f5d4
src/const_eval.md
@@ -93,7 +93,6 @@ Notable features that const contexts have, but const fn haven't are:
93
* generic bounds on generic parameters beyond `Sized`
94
* comparing raw pointers
95
* union field access
96
-* [`transmute`] invocations.
97
98
Conversely, the following are possible in a const function, but not in a const context:
99
0 commit comments