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
196 B
Plaintext
Raw Normal View History

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