9 lines
215 B
Plaintext
9 lines
215 B
Plaintext
error: `cfg()` must have an argument
|
|
--> $DIR/issue-43926.rs:1:20
|
|
|
|
|
LL | #[link(name="foo", cfg())] //~ ERROR `cfg()` must have an argument
|
|
| ^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|