Skip to content

Commit 31832a3

Browse files
committed
Update does to reflect that union field access works too
1 parent 107fda2 commit 31832a3

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
@@ -90,7 +90,6 @@ Notable features that are allowed in const contexts but not in const functions i
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.
9292
* comparing raw pointers
93-
* union field access
9493

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

0 commit comments

Comments
 (0)