diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-07-11 17:34:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-11 17:34:11 +0200 |
| commit | 472843834491b28b8dda558c50da2763574b4839 (patch) | |
| tree | dd8d8ef2dabdc8834b04fbf7aa17d0d71f3e8936 /src/librustc_error_codes/error_codes | |
| parent | 00980b6ccda5ca6d8039cd493a7aa7f487c47c0d (diff) | |
| download | rust-472843834491b28b8dda558c50da2763574b4839.tar.gz rust-472843834491b28b8dda558c50da2763574b4839.zip | |
Improve wording
Diffstat (limited to 'src/librustc_error_codes/error_codes')
| -rw-r--r-- | src/librustc_error_codes/error_codes/E0718.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_error_codes/error_codes/E0718.md b/src/librustc_error_codes/error_codes/E0718.md index bb401ef6e2d..1fe62ecf1f4 100644 --- a/src/librustc_error_codes/error_codes/E0718.md +++ b/src/librustc_error_codes/error_codes/E0718.md @@ -1,4 +1,4 @@ -A `#[lang = ".."]` attribute was placed on the wrong type of item. +A `#[lang = ".."]` attribute was placed on the wrong item type. Erroneous code example: |
