2022-03-14 05:28:34 -05:00
|
|
|
error[E0455]: link kind `raw-dylib` is only supported on Windows targets
|
2023-03-27 12:42:22 -05:00
|
|
|
--> $DIR/raw-dylib-windows-only.rs:3:29
|
2021-03-08 14:42:54 -06:00
|
|
|
|
|
|
|
|
LL | #[link(name = "foo", kind = "raw-dylib")]
|
2022-03-14 05:28:34 -05:00
|
|
|
| ^^^^^^^^^^^
|
2021-03-08 14:42:54 -06:00
|
|
|
|
2022-07-29 13:18:07 -05:00
|
|
|
error: aborting due to previous error
|
2021-03-08 14:42:54 -06:00
|
|
|
|
2022-03-14 05:28:34 -05:00
|
|
|
For more information about this error, try `rustc --explain E0455`.
|