diff options
| author | bors <bors@rust-lang.org> | 2020-04-14 14:14:47 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-04-14 14:14:47 +0000 |
| commit | 6805906fba0bca2bc77da9ad09cc9f91c3cea3eb (patch) | |
| tree | 387ee6e30eec34b94999b8b49bd2770a5313c07c /src/librustc_error_codes/error_codes | |
| parent | ba72b15666b2491415aec703a02c2364fe5e2790 (diff) | |
| parent | 816443e6cfbd07443ec9c26f9b83fdd9ffa5715c (diff) | |
| download | rust-6805906fba0bca2bc77da9ad09cc9f91c3cea3eb.tar.gz rust-6805906fba0bca2bc77da9ad09cc9f91c3cea3eb.zip | |
Auto merge of #71125 - Dylan-DPC:rollup-3b8prjh, r=Dylan-DPC
Rollup of 5 pull requests Successful merges: - #71112 (Remove the last remnant of unsigned Neg) - #71120 (Clean up E0517 explanation) - #71121 (Fix broken link in documentation for String::from_utf8) - #71122 (update `FnCtxt::lookup_method` docs) - #71124 (Add missing comma) Failed merges: r? @ghost
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: |
