Fix long lines in const-eval

This commit is contained in:
Mark Mansi 2018-03-23 21:02:33 -05:00 committed by Who? Me?!
parent fc16c05abe
commit 9afc44beac
1 changed files with 2 additions and 1 deletions

View File

@ -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