We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 107fda2 commit 31832a3Copy full SHA for 31832a3
src/const_eval.md
@@ -90,7 +90,6 @@ Notable features that are allowed in const contexts but not in const functions i
90
* floating point values are treated just like generic parameters without trait bounds beyond
91
`Copy`. So you cannot do anything with them but copy/move them around.
92
* comparing raw pointers
93
-* union field access
94
95
Conversely, the following are possible in a const function, but not in a const context:
96
0 commit comments