rust/tests/ui/issues/issue-43926.stderr

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

9 lines
198 B
Plaintext
Raw Normal View History

error: link cfg must have a single predicate argument
2020-09-01 21:12:52 +00:00
--> $DIR/issue-43926.rs:1:22
2018-07-15 21:11:54 +00:00
|
2020-09-01 21:12:52 +00:00
LL | #[link(name = "foo", cfg())]
| ^^^^^
2018-07-15 21:11:54 +00:00
error: aborting due to 1 previous error
2018-07-15 21:11:54 +00:00