mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-02 04:57:35 +00:00
9 lines
298 B
Plaintext
9 lines
298 B
Plaintext
error: linking modifier `bundle` is only compatible with `static` linking kind
|
|
--> $DIR/link-arg-from-rs.rs:3:53
|
|
|
|
|
LL | #[link(kind = "link-arg", name = "arg", modifiers = "+bundle")]
|
|
| ^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|