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

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

9 lines
300 B
Rust
Raw Permalink Normal View History

// Regression test for issue #97299, one command line library with modifiers
// overrides another command line library with modifiers.
//@ compile-flags:-lstatic:+whole-archive=foo -lstatic:+whole-archive=foo
fn main() {}
//~? ERROR overriding linking modifiers from command line is not supported