There was an error while loading. Please reload this page.
1 parent 1e9b228 commit 7e06192Copy full SHA for 7e06192
1 file changed
extensions/bindgen/private/bindgen.bzl
@@ -77,6 +77,8 @@ def rust_bindgen_library(
77
for shared in (
78
"target_compatible_with",
79
"exec_compatible_with",
80
+ "compatible_with",
81
+ "restricted_to",
82
):
83
if shared in kwargs:
84
bindgen_kwargs.update({shared: kwargs[shared]})
0 commit comments