rust/tests/ui/native-library-link-flags/link-arg-error.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
166 B
Rust
Raw Normal View History

// compile-flags: -l link-arg:+bundle=arg -Z unstable-options
// error-pattern: linking modifier `bundle` is only compatible with `static` linking kind
fn main() {}