We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27dabb2 commit 107fda2Copy full SHA for 107fda2
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
-* `dyn Trait` types
93
* comparing raw pointers
94
* union field access
95
0 commit comments