diff options
| author | Josh White <jwhite927@gmail.com> | 2020-02-07 23:40:16 -0500 |
|---|---|---|
| committer | Josh White <jwhite927@gmail.com> | 2020-02-07 23:40:16 -0500 |
| commit | 92fc98c695d133ae28fb9d386d22efef57e2fc87 (patch) | |
| tree | 7c6d7e3a0d7a8b3db57fe99abaff8f35091eb53d /src/librustc_error_codes/error_codes | |
| parent | 8b77f8688e9436c6b35d5746e3bb79e20c67567d (diff) | |
Cleaned up long error description
Diffstat (limited to 'src/librustc_error_codes/error_codes')
| -rw-r--r-- | src/librustc_error_codes/error_codes/E0637.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/librustc_error_codes/error_codes/E0637.md b/src/librustc_error_codes/error_codes/E0637.md index ba81e42ce08..13be5036767 100644 --- a/src/librustc_error_codes/error_codes/E0637.md +++ b/src/librustc_error_codes/error_codes/E0637.md @@ -11,8 +11,7 @@ loop. The `_` character, which represents the ignore pattern, cannot be used as the identifier because it is a reserved lifetime name. To fix this, use a lowercase letter, or a series of lowercase letters as the lifetime identifier. Often a single lowercase letter, such as `'a`, is sufficient. For -more information, see -[the book][bk-no]. +more information, see [the book][bk-no]. Corrected underscore example: ``` |
