rust/tests/ui/link-native-libs/issue-109144.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
169 B
Rust
Raw Permalink Normal View History

#![crate_type = "lib"]
#[link(kind = "static", modifiers = "+whole-archive,+bundle")]
//~^ ERROR `#[link]` attribute requires a `name = "string"` argument
2024-10-31 10:39:45 +00:00
extern "C" {}