about summary refs log tree commit diff
path: root/src/librustc_error_codes/error_codes
diff options
context:
space:
mode:
authorDylan DPC <dylan.dpc@gmail.com>2020-05-29 20:21:26 +0200
committerGitHub <noreply@github.com>2020-05-29 20:21:26 +0200
commit180a92cad72fc6fa9fad5a0f97db24703fe280bf (patch)
tree2ab4b52a13d0ec1df564fac39c011993112c9709 /src/librustc_error_codes/error_codes
parent510793bcb3fb697dfa5cafdc706811bced939b06 (diff)
parent12c03db157ced04b5436288781ae0a1728d78e02 (diff)
downloadrust-180a92cad72fc6fa9fad5a0f97db24703fe280bf.tar.gz
rust-180a92cad72fc6fa9fad5a0f97db24703fe280bf.zip
Rollup merge of #72731 - GuillaumeGomez:cleanup-e0619, r=Dylan-DPC
Add missing empty line in E0619 explanation

r? @Dylan-DPC
Diffstat (limited to 'src/librustc_error_codes/error_codes')
-rw-r--r--src/librustc_error_codes/error_codes/E0619.md1
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.