diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2020-03-25 23:53:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-25 23:53:01 +0100 |
| commit | 15359b0d578a2c84a3378b1612425e55bd2277b9 (patch) | |
| tree | 80bef075261c6ed3ffba232b02068793e23009f3 /src/librustc_error_codes/error_codes | |
| parent | 0fa57e45952c7703f410ec13808ca36523944c8b (diff) | |
| parent | eaa93c017112417d63d71fed710abcb3c21d68c6 (diff) | |
| download | rust-15359b0d578a2c84a3378b1612425e55bd2277b9.tar.gz rust-15359b0d578a2c84a3378b1612425e55bd2277b9.zip | |
Rollup merge of #70406 - GuillaumeGomez:cleanup-e0458, r=Dylan-DPC
Clean up E0458 explanation r? @Dylan-DPC
Diffstat (limited to 'src/librustc_error_codes/error_codes')
| -rw-r--r-- | src/librustc_error_codes/error_codes/E0458.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/librustc_error_codes/error_codes/E0458.md b/src/librustc_error_codes/error_codes/E0458.md index 5996f190b34..075226ac98b 100644 --- a/src/librustc_error_codes/error_codes/E0458.md +++ b/src/librustc_error_codes/error_codes/E0458.md @@ -1,4 +1,6 @@ -An unknown "kind" was specified for a link attribute. Erroneous code example: +An unknown "kind" was specified for a link attribute. + +Erroneous code example: ```compile_fail,E0458 #[link(kind = "wonderful_unicorn")] extern {} |
