rust/src/test/ui/error-codes/E0459.stderr
2021-01-13 07:49:16 -05:00

9 lines
295 B
Text

error[E0459]: `#[link(...)]` specified without `name = "foo"`
--> $DIR/E0459.rs:1:1
|
LL | #[link(kind = "dylib")] extern "C" {}
| ^^^^^^^^^^^^^^^^^^^^^^^ missing `name` argument
error: aborting due to previous error
For more information about this error, try `rustc --explain E0459`.