Skip to content

Commit

Permalink
Rollup merge of #70406 - GuillaumeGomez:cleanup-e0458, r=Dylan-DPC
Browse files Browse the repository at this point in the history
Clean up E0458 explanation

r? @Dylan-DPC
  • Loading branch information
Dylan-DPC committed Mar 25, 2020
2 parents 0fa57e4 + eaa93c0 commit 15359b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/librustc_error_codes/error_codes/E0458.md
Original file line number Diff line number Diff line change
@@ -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 {}
Expand Down

0 comments on commit 15359b0

Please sign in to comment.