Rollup merge of #70429 - GuillaumeGomez:cleanup-e0459, r=Dylan-DPC
Clean up E0459 explanation r? @Dylan-DPC
This commit is contained in:
commit
e5c5e025ac
1 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,6 @@
|
|||
A link was used without a name parameter. Erroneous code example:
|
||||
A link was used without a name parameter.
|
||||
|
||||
Erroneous code example:
|
||||
|
||||
```compile_fail,E0459
|
||||
#[link(kind = "dylib")] extern {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue