Skip to content

Commit 806370f

Browse files
committed
Remove 'compairing raw pointers'
1 parent 31832a3 commit 806370f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/const_eval.md

-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ Notable features that are allowed in const contexts but not in const functions i
8989
* floating point operations
9090
* floating point values are treated just like generic parameters without trait bounds beyond
9191
`Copy`. So you cannot do anything with them but copy/move them around.
92-
* comparing raw pointers
9392

9493
Conversely, the following are possible in a const function, but not in a const context:
9594

0 commit comments

Comments
 (0)