]> git.lizzy.rs Git - rust.git/blob - src/test/ui/native-library-link-flags/modifiers-override-3.rs
Merge commit 'd3a2366ee877075c59b38bd8ced55f224fc7ef51' into sync_cg_clif-2022-07-26
[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() {}