10 lines
300 B
Plaintext
10 lines
300 B
Plaintext
|
error[E0454]: #[link(name = "")] given with empty name
|
||
|
--> $DIR/empty-linkname.rs:11:1
|
||
|
|
|
||
|
LL | #[link(name = "")] //~ ERROR: given with empty name
|
||
|
| ^^^^^^^^^^^^^^^^^^ empty name given
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|
||
|
For more information about this error, try `rustc --explain E0454`.
|