diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2020-03-31 19:29:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-31 19:29:33 +0200 |
| commit | 6248b59316ee25e00ed9ae4f3a823dad1801361e (patch) | |
| tree | 3daab266127da5eae1119cf808de02ba9accc993 | |
| parent | b9546075ac2f81132cfe35951f94807bb0e8f831 (diff) | |
| parent | 194a3718ab2074e310361ec084f9c3c5a376af72 (diff) | |
| download | rust-6248b59316ee25e00ed9ae4f3a823dad1801361e.tar.gz rust-6248b59316ee25e00ed9ae4f3a823dad1801361e.zip | |
Rollup merge of #70606 - GuillaumeGomez:cleanup-e0466, r=Dylan-DPC
Clean up E0466 explanation r? @Dylan-DPC
| -rw-r--r-- | src/librustc_error_codes/error_codes/E0466.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_error_codes/error_codes/E0466.md b/src/librustc_error_codes/error_codes/E0466.md index 443b7bae134..7aefedbc087 100644 --- a/src/librustc_error_codes/error_codes/E0466.md +++ b/src/librustc_error_codes/error_codes/E0466.md @@ -1,4 +1,4 @@ -Macro import declarations were malformed. +Macro import declaration was malformed. Erroneous code examples: |
