diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2020-04-14 15:35:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-14 15:35:30 +0200 |
| commit | 03167297aa991c289458d0c375fa2d32c1740105 (patch) | |
| tree | 08b867b1a593c3cd7c150eac2a364e6385549cd4 /src/librustc_error_codes/error_codes | |
| parent | 216e070db47b6d2476c70c7d0ef30ea3b993786b (diff) | |
| parent | eed4b219e2431ed3e14f82ddf73de31223fb94e5 (diff) | |
Rollup merge of #71120 - GuillaumeGomez:cleanup-e0517, r=Dylan-DPC
Clean up E0517 explanation r? @Dylan-DPC
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: |
