rust/tests/ui/issues/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 Normal View History

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