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

fn main() {}