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-03-27 15:09:59 +0100
committerGitHub <noreply@github.com>2020-03-27 15:09:59 +0100
commit3de5a892ac29296f9f592d8351a544353a55b390 (patch)
tree703ebe460aa3d218a2a9db6961bf7a8ad5a5c94f /src/librustc_error_codes/error_codes
parent4d079a8dd299f4cba1eb04cda67ace0bb6172457 (diff)
parent346bc41086419874e3b3cc0f394c3c4a4d0d75ba (diff)
downloadrust-3de5a892ac29296f9f592d8351a544353a55b390.tar.gz
rust-3de5a892ac29296f9f592d8351a544353a55b390.zip
Rollup merge of #70470 - GuillaumeGomez:cleanup-e0463, r=Dylan-DPC
Clean up E0463 explanation

r? @Dylan-DPC
Diffstat (limited to 'src/librustc_error_codes/error_codes')
-rw-r--r--src/librustc_error_codes/error_codes/E0463.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/librustc_error_codes/error_codes/E0463.md b/src/librustc_error_codes/error_codes/E0463.md
index 41add698cdc..e46938c607d 100644
--- a/src/librustc_error_codes/error_codes/E0463.md
+++ b/src/librustc_error_codes/error_codes/E0463.md
@@ -1,4 +1,6 @@
-A plugin/crate was declared but cannot be found. Erroneous code example:
+A plugin/crate was declared but cannot be found.
+
+Erroneous code example:
 
 ```compile_fail,E0463
 #![feature(plugin)]