9 lines
228 B
Plaintext
9 lines
228 B
Plaintext
error: invalid argument for `cfg(..)`
|
|
--> $DIR/issue-43925.rs:1:24
|
|
|
|
|
LL | #[link(name="foo", cfg("rlib"))] //~ ERROR invalid argument for `cfg(..)`
|
|
| ^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|