Fix long lines in const-eval
This commit is contained in:
parent
81d0be49b3
commit
2a1f1e33b2
1 changed files with 2 additions and 1 deletions
|
|
@ -11,7 +11,8 @@ Prominent examples are
|
|||
* Array length
|
||||
* needs to be known to reserve stack or heap space
|
||||
* Enum variant discriminants
|
||||
* 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
|
||||
discriminant
|
||||
* Patterns
|
||||
* need to be known to check for overlapping patterns
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue