Skip to content

Commit e5c5e02

Browse files
authored
Rollup merge of #70429 - GuillaumeGomez:cleanup-e0459, r=Dylan-DPC
Clean up E0459 explanation r? @Dylan-DPC
2 parents ef43cde + 604b7e9 commit e5c5e02

File tree

1 file changed

+3
-1
lines changed
  • src/librustc_error_codes/error_codes

1 file changed

+3
-1
lines changed

src/librustc_error_codes/error_codes/E0459.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
A link was used without a name parameter. Erroneous code example:
1+
A link was used without a name parameter.
2+
3+
Erroneous code example:
24

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

0 commit comments

Comments
 (0)