summary refs log tree commit diff
path: root/src/test/ui/issues/issue-43925.stderr
blob: 7bf64dc693c5e27d9494957330a4499b1836ef69 (plain)
1
2
3
4
5
6
7
8
error: invalid argument for `cfg(..)`
  --> $DIR/issue-43925.rs:1:26
   |
LL | #[link(name = "foo", cfg("rlib"))]
   |                          ^^^^^^

error: aborting due to previous error