We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31832a3 commit 806370fCopy full SHA for 806370f
src/const_eval.md
@@ -89,7 +89,6 @@ Notable features that are allowed in const contexts but not in const functions i
89
* floating point operations
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
94
Conversely, the following are possible in a const function, but not in a const context:
95
0 commit comments