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

error: aborting due to previous error