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 14:11:54 -07:00
|
2020-09-01 17:12:52 -04:00
LL | #[link(name = "foo", cfg("rlib"))]
| ^^^^^^^^^^^
2018-07-15 14:11:54 -07:00
error: aborting due to previous error