]> git.lizzy.rs Git - rust.git/blob - src/test/ui/native-library-link-flags/modifiers-override-3.rs
Sync core::simd up to rust-lang/portable-simd@2e081db92aa3ee0a4563bc28ce01bdad5b1b2efd
[rust.git] / src / test / ui / native-library-link-flags / modifiers-override-3.rs
1 // Regression test for issue #97299, one command line library with modifiers
2 // overrides another command line library with modifiers.
3
4 // compile-flags:-lstatic:+whole-archive=foo -lstatic:+whole-archive=foo
5 // error-pattern: overriding linking modifiers from command line is not supported
6
7 fn main() {}