We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0fa57e4 + eaa93c0 commit 15359b0Copy full SHA for 15359b0
src/librustc_error_codes/error_codes/E0458.md
@@ -1,4 +1,6 @@
1
-An unknown "kind" was specified for a link attribute. Erroneous code example:
+An unknown "kind" was specified for a link attribute.
2
+
3
+Erroneous code example:
4
5
```compile_fail,E0458
6
#[link(kind = "wonderful_unicorn")] extern {}
0 commit comments