rust/tests/ui/native-library-link-flags/modifiers-override-3.rs
2023-01-11 09:32:08 +00:00

8 lines
305 B
Rust

// 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
// error-pattern: overriding linking modifiers from command line is not supported
fn main() {}