Rollup merge of #71120 - GuillaumeGomez:cleanup-e0517, r=Dylan-DPC

Clean up E0517 explanation

r? @Dylan-DPC
This commit is contained in:
Dylan DPC 2020-04-14 15:35:30 +02:00 committed by GitHub
commit 03167297aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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: