rust/src/test/ui/feature-gates/feature-gate-link_cfg.rs
2018-12-25 21:08:33 -07:00

6 lines
85 B
Rust

#[link(name = "foo", cfg(foo))]
//~^ ERROR: is feature gated
extern {}
fn main() {}