mirror of
https://github.com/rust-lang/rust.git
synced 2025-09-28 05:34:45 +00:00
7 lines
148 B
Rust
7 lines
148 B
Rust
#[link(name = "foo", cfg("rlib"))]
|
|
//~^ ERROR link cfg is unstable
|
|
//~| ERROR `cfg` predicate key must be an identifier
|
|
extern "C" {}
|
|
|
|
fn main() {}
|