summary refs log tree commit diff
path: root/src/test/ui/empty/empty-linkname.stderr
blob: df41cb894139caa5446bc38dab1d479c4cfb0b96 (plain)
1
2
3
4
5
6
7
8
9
error[E0454]: #[link(name = "")] given with empty name
  --> $DIR/empty-linkname.rs:1:1
   |
LL | #[link(name = "")]
   | ^^^^^^^^^^^^^^^^^^ empty name given

error: aborting due to previous error

For more information about this error, try `rustc --explain E0454`.