Clean up E0454

This commit is contained in:
Guillaume Gomez 2020-03-24 13:58:00 +01:00
parent 98803c182b
commit 5a62054b06

View file

@ -1,4 +1,6 @@
A link name was given with an empty name. Erroneous code example:
A link name was given with an empty name.
Erroneous code example:
```compile_fail,E0454
#[link(name = "")] extern {}