Skip to content

Commit a7a27a8

Browse files
authored
Rollup merge of rust-lang#70355 - GuillaumeGomez:cleanup-e0454, r=Dylan-DPC
Clean up E0454 r? @Dylan-DPC
2 parents d214a2e + 5a62054 commit a7a27a8

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/E0454.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
A link name was given with an empty name. Erroneous code example:
1+
A link name was given with an empty name.
2+
3+
Erroneous code example:
24

35
```compile_fail,E0454
46
#[link(name = "")] extern {}

0 commit comments

Comments
 (0)