5 lines
98 B
Rust
5 lines
98 B
Rust
#[link(name="foo", cfg("rlib"))] //~ ERROR invalid argument for `cfg(..)`
|
|
extern {}
|
|
|
|
fn main() {}
|