]> git.lizzy.rs Git - rust.git/blob - src/test/ui/native-library-link-flags/modifiers-override-3.rs
Auto merge of #93717 - pietroalbini:pa-ci-profiler, r=Mark-Simulacrum
[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() {}