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