]> git.lizzy.rs Git - rust.git/blob - src/test/ui/native-library-link-flags/link-arg-error.rs
Rollup merge of #99479 - Enselic:import-can-be-without-id, r=camelid
[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() {}