rust/tests/ui/native-library-link-flags/mix-bundle-and-whole-archive.rs

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

9 lines
275 B
Rust
Raw Normal View History

// gate-test-packed_bundled_libs
// ignore-wasm32-bare
// compile-flags: -l static:+bundle,+whole-archive=rust_test_helpers --crate-type rlib
// error-pattern: link modifiers combination `+bundle,+whole-archive` is unstable when generating rlibs
// build-fail
fn main() {}