blob: 92844f9306d28df11e13132bc30ed7cd7c5e7172 (
plain)
1
2
3
4
5
6
|
//~ ERROR kind="static-nobundle" is feature gated
// Test the behavior of rustc when non-existent library is statically linked
// compile-flags: -l static-nobundle=nonexistent
fn main() {}
|