about summary refs log tree commit diff
path: root/src/test/ui/feature-gates/feature-gate-static-nobundle.rs
blob: 1ce6c54aa4dc2a93f761dd5a7ea28eb62b4c7a17 (plain)
1
2
3
4
5
#[link(name="foo", kind="static-nobundle")]
//~^ ERROR: kind="static-nobundle" is feature gated
extern {}

fn main() {}