Skip to content

Commit 15359b0

Browse files
authored
Rollup merge of #70406 - GuillaumeGomez:cleanup-e0458, r=Dylan-DPC
Clean up E0458 explanation r? @Dylan-DPC
2 parents 0fa57e4 + eaa93c0 commit 15359b0

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)