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

error: aborting due to previous error

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