We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d214a2e + 5a62054 commit a7a27a8Copy full SHA for a7a27a8
src/librustc_error_codes/error_codes/E0454.md
@@ -1,4 +1,6 @@
1
-A link name was given with an empty name. Erroneous code example:
+A link name was given with an empty name.
2
+
3
+Erroneous code example:
4
5
```compile_fail,E0454
6
#[link(name = "")] extern {}
0 commit comments