summary refs log tree commit diff
path: root/src/test/ui/issues/issue-43926.stderr
blob: 80d8c5c9814366297ddefb55561fe2466ef65aa8 (plain)
1
2
3
4
5
6
7
8
error: `cfg()` must have an argument
  --> $DIR/issue-43926.rs:11:20
   |
LL | #[link(name="foo", cfg())] //~ ERROR `cfg()` must have an argument
   |                    ^^^^^

error: aborting due to previous error