blob: 44dde5386660f92c01a4fb5599f4b5ed51f0d51f [file] [log] [blame]
error[E0454]: #[link(name = "")] given with empty name
--> $DIR/E0454.rs:11:1
|
LL | #[link(name = "")] extern {}
| ^^^^^^^^^^^^^^^^^^ empty name given
error: aborting due to previous error
For more information about this error, try `rustc --explain E0454`.