rust/tests/ui/native-library-link-flags/link-arg-from-rs.stderr
zetanumbers f7617c1cd4 Enable link-arg link kind inside of #[link] attribute
- Implement link-arg as an attribute
- Apply suggestions from review
  - Co-authored-by: Vadim Petrochenkov <vadim.petrochenkov@gmail.com>
- Add unstable book entry
2023-11-30 08:26:13 -08:00

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