diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2020-03-27 15:09:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-27 15:09:59 +0100 |
| commit | 3de5a892ac29296f9f592d8351a544353a55b390 (patch) | |
| tree | 703ebe460aa3d218a2a9db6961bf7a8ad5a5c94f /src/librustc_error_codes/error_codes | |
| parent | 4d079a8dd299f4cba1eb04cda67ace0bb6172457 (diff) | |
| parent | 346bc41086419874e3b3cc0f394c3c4a4d0d75ba (diff) | |
| download | rust-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.md | 4 |
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)] |
