]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-43926.stderr
Require Drop impls to have the same constness on its bounds as the bounds on the...
[rust.git] / src / test / ui / issues / issue-43926.stderr
1 error: link cfg must have a single predicate argument
2   --> $DIR/issue-43926.rs:1:22
3    |
4 LL | #[link(name = "foo", cfg())]
5    |                      ^^^^^
6
7 error: aborting due to previous error
8