diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-04-14 13:26:17 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-04-14 13:26:17 +0200 |
| commit | eed4b219e2431ed3e14f82ddf73de31223fb94e5 (patch) | |
| tree | 4466e9cdd5f1b2b44f473c6cb91ca1e61347cc38 /src/librustc_error_codes/error_codes | |
| parent | 167510f776891f2b0b18d1168ed42377a63493a7 (diff) | |
Clean up E0517 explanation
Diffstat (limited to 'src/librustc_error_codes/error_codes')
| -rw-r--r-- | src/librustc_error_codes/error_codes/E0517.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/librustc_error_codes/error_codes/E0517.md b/src/librustc_error_codes/error_codes/E0517.md index f738d33560a..ae802245bd1 100644 --- a/src/librustc_error_codes/error_codes/E0517.md +++ b/src/librustc_error_codes/error_codes/E0517.md @@ -1,5 +1,4 @@ -This error indicates that a `#[repr(..)]` attribute was placed on an -unsupported item. +A `#[repr(..)]` attribute was placed on an unsupported item. Examples of erroneous code: |
