Fix long lines in const-eval
This commit is contained in:
parent
fc16c05abe
commit
9afc44beac
|
|
@ -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…
Reference in New Issue