Skip to content

Commit 604b7e9

Browse files
Clean up E0459 explanation
1 parent 98803c1 commit 604b7e9

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)