Skip to content

Commit

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

r? @Dylan-DPC
  • Loading branch information
Dylan-DPC authored Mar 26, 2020
2 parents 2ba85c3 + 604b7e9 commit 30ecb5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/librustc_error_codes/error_codes/E0459.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
A link was used without a name parameter. Erroneous code example:
A link was used without a name parameter.

Erroneous code example:

```compile_fail,E0459
#[link(kind = "dylib")] extern {}
Expand Down

0 comments on commit 30ecb5a

Please sign in to comment.