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

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

9 lines
208 B
Plaintext
Raw Normal View History

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