We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a95857 commit 39a22feCopy full SHA for 39a22fe
1 file changed
rust/private/rust.bzl
@@ -103,7 +103,7 @@ def _assert_correct_dep_mapping(ctx):
103
print(
104
("\nWARNING: Target {dep} in 'deps' of {target} is a C++ library. " +
105
"Only Rust targets are allowed in 'deps'. " +
106
- "Please use 'link_deps' for manual FFI linkage or 'cc_deps' for binding generation. " +
+ "Please use 'link_deps' for manual FFI linkage. " +
107
"Support for C++ libraries in 'deps' is deprecated and will be removed in a future release.").format(
108
dep = dep.label,
109
target = ctx.label,
0 commit comments