We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98803c1 commit eaa93c0Copy full SHA for eaa93c0
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