rustc/tests/ui/link-native-libs/issue-43926.stderr
2025-02-17 11:14:05 +01:00

9 lines
198 B
Plaintext

error: link cfg must have a single predicate argument
--> $DIR/issue-43926.rs:1:22
|
LL | #[link(name = "foo", cfg())]
| ^^^^^
error: aborting due to 1 previous error