From 12c03db157ced04b5436288781ae0a1728d78e02 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Fri, 29 May 2020 11:06:48 +0200 Subject: [PATCH] Add missing empty line in E0619 explanation --- src/librustc_error_codes/error_codes/E0619.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/librustc_error_codes/error_codes/E0619.md b/src/librustc_error_codes/error_codes/E0619.md index 8727692c0a5b8..f516de43095bd 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.