Skip to content

Commit

Permalink
Clean up E0458 explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Mar 25, 2020
1 parent 98803c1 commit eaa93c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 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 {}
Expand Down

0 comments on commit eaa93c0

Please sign in to comment.