We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b74825d + fd9d74c commit 683bfe5Copy full SHA for 683bfe5
src/const_eval.md
@@ -42,9 +42,8 @@ to be run.
42
* The [dereference operator] except for raw pointers.
43
* [Grouped] expressions.
44
* [Cast] expressions, except
45
- * pointer to address casts,
46
- * function pointer to address casts, and
47
- * unsizing casts to trait objects.
+ * pointer to address casts and
+ * function pointer to address casts.
48
* Calls of [const functions] and const methods.
49
* [loop], [while] and [`while let`] expressions.
50
* [if], [`if let`] and [match] expressions.
0 commit comments