rust/src/test/ui/issues/issue-43926.rs

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

5 lines
97 B
Rust
Raw Normal View History

2020-09-01 16:12:52 -05:00
#[link(name = "foo", cfg())] //~ ERROR `cfg()` must have an argument
extern "C" {}
fn main() {}