We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3371a62 commit 0cc8127Copy full SHA for 0cc8127
src/const-eval.md
@@ -11,7 +11,8 @@ Prominent examples are
11
* Array length
12
* needs to be known to reserve stack or heap space
13
* Enum variant discriminants
14
- * needs to be known to prevent two variants from having the same discriminant
+ * needs to be known to prevent two variants from having the same
15
+ discriminant
16
* Patterns
17
* need to be known to check for overlapping patterns
18
0 commit comments