diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-05-29 11:06:48 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-05-29 11:06:48 +0200 |
| commit | 12c03db157ced04b5436288781ae0a1728d78e02 (patch) | |
| tree | 7b5a49d0d047a9fb55d4ca14810cabc285d395cf | |
| parent | 698c5c6d95218735afebdada8a518ab66e0e9213 (diff) | |
| download | rust-12c03db157ced04b5436288781ae0a1728d78e02.tar.gz rust-12c03db157ced04b5436288781ae0a1728d78e02.zip | |
Add missing empty line in E0619 explanation
| -rw-r--r-- | src/librustc_error_codes/error_codes/E0619.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc_error_codes/error_codes/E0619.md b/src/librustc_error_codes/error_codes/E0619.md index 8727692c0a5..f516de43095 100644 --- a/src/librustc_error_codes/error_codes/E0619.md +++ b/src/librustc_error_codes/error_codes/E0619.md @@ -1,4 +1,5 @@ #### Note: this error code is no longer emitted by the compiler. + The type-checker needed to know the type of an expression, but that type had not yet been inferred. |
