1
Fork 0
rust/tests/ui/link-native-libs/issue-43926.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
114 B
Rust
Raw Permalink Normal View History

#[link(name = "foo", cfg())] //~ ERROR link cfg must have a single predicate argument
2020-09-01 17:12:52 -04:00
extern "C" {}
fn main() {}