Skip to content

Commit eaa93c0

Browse files
Clean up E0458 explanation
1 parent 98803c1 commit eaa93c0

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/E0458.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
An unknown "kind" was specified for a link attribute. Erroneous code example:
1+
An unknown "kind" was specified for a link attribute.
2+
3+
Erroneous code example:
24

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

0 commit comments

Comments
 (0)