summary refs log tree commit diff
path: root/src/test/ui/feature-gate/feature-gate-static-nobundle-2.rs
blob: b6c8648a7d03d8c12cc681d391fb49a5af6165e8 (plain)
1
2
3
4
5
6
//~ ERROR kind="static-nobundle" is unstable
// Test the behavior of rustc when non-existent library is statically linked

// compile-flags: -l static-nobundle=nonexistent

fn main() {}