Files
rust/tests/ui/link-native-libs/issue-109144.rs
2024-12-07 13:18:05 +11:00

5 lines
166 B
Rust

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