summaryrefslogtreecommitdiffstats
path: root/tests/ui/issues/issue-43925.stderr
blob: 7cc347c6163b5b18b96786826159866f1bcabdc8 (plain)
1
2
3
4
5
6
7
8
error: link cfg must have a single predicate argument
  --> $DIR/issue-43925.rs:1:22
   |
LL | #[link(name = "foo", cfg("rlib"))]
   |                      ^^^^^^^^^^^

error: aborting due to 1 previous error