]> git.lizzy.rs Git - rust.git/blob - src/test/ui/native-library-link-flags/link-arg-error.rs
Auto merge of #103600 - compiler-errors:early-binder-nits, r=spastorino
[rust.git] / src / test / ui / native-library-link-flags / link-arg-error.rs
1 // compile-flags: -l link-arg:+bundle=arg -Z unstable-options
2 // error-pattern: linking modifier `bundle` is only compatible with `static` linking kind
3
4 fn main() {}