]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-43926.stderr
Auto merge of #53316 - tristanburgess:52895_existential_type_ICE, r=oli-obk
[rust.git] / src / test / ui / issues / issue-43926.stderr
1 error: `cfg()` must have an argument
2   --> $DIR/issue-43926.rs:11:20
3    |
4 LL | #[link(name="foo", cfg())] //~ ERROR `cfg()` must have an argument
5    |                    ^^^^^
6
7 error: aborting due to previous error
8