Clean up E0459 explanation
This commit is contained in:
parent
98803c182b
commit
604b7e94e0
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
Reference in a new issue