Skip to content

Commit

Permalink
Remove 'compairing raw pointers'
Browse files Browse the repository at this point in the history
  • Loading branch information
eholk committed Mar 3, 2022
1 parent 31832a3 commit 806370f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/const_eval.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ Notable features that are allowed in const contexts but not in const functions i
* floating point operations
* floating point values are treated just like generic parameters without trait bounds beyond
`Copy`. So you cannot do anything with them but copy/move them around.
* comparing raw pointers

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

Expand Down

0 comments on commit 806370f

Please sign in to comment.