2022-03-14 13:28:34 +03:00
|
|
|
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"))]
|
2022-03-14 13:28:34 +03:00
|
|
|
| ^^^^^^^^^^^
|
2018-07-15 14:11:54 -07:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|