mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +00:00
9 lines
275 B
Rust
9 lines
275 B
Rust
// 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() {}
|