blob: 8b071e0b315ed409a9f50ab44ad5192e8a45bc59 [file] [log] [blame]
error[E0458]: unknown kind: `wonderful_unicorn`
--> $DIR/E0458.rs:1:1
|
LL | #[link(kind = "wonderful_unicorn")] extern {} //~ ERROR E0458
| ^^^^^^^--------------------------^^
| |
| unknown kind
error[E0459]: #[link(...)] specified without `name = "foo"`
--> $DIR/E0458.rs:1:1
|
LL | #[link(kind = "wonderful_unicorn")] extern {} //~ ERROR E0458
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `name` argument
error: aborting due to 2 previous errors
Some errors occurred: E0458, E0459.
For more information about an error, try `rustc --explain E0458`.