1
Fork 0
rust/tests/ui/link-native-libs/modifiers-override-2.rs

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

6 lines
146 B
Rust
Raw Permalink Normal View History

//@ compile-flags:-lstatic:+whole-archive,-whole-archive=foo
fn main() {}
//~? ERROR multiple `whole-archive` modifiers in a single `-l` option