mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
8 lines
307 B
Rust
8 lines
307 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() {}
|