Skip to content

Commit e35ed79

Browse files
tempozcopybara-github
authored andcommitted
Fix plugin_output for _generate_rust_gencode (#18255)
Used the python rules as an example to fix this. Bazel now recognizes that the output files have been produced, where before there were build failures regarding the outputs not being produced. Closes #18255 COPYBARA_INTEGRATE_REVIEW=#18255 from tempoz:tempoz-fix-rust-outputs dfad229 PiperOrigin-RevId: 700285611
1 parent f3f2fba commit e35ed79

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rust/aspects.bzl

-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ def _generate_rust_gencode(
130130
additional_args = additional_args,
131131
generated_files = rs_outputs + cc_outputs,
132132
proto_lang_toolchain_info = proto_lang_toolchain,
133-
plugin_output = ctx.bin_dir.path,
134133
)
135134
return (rs_outputs, cc_outputs)
136135

0 commit comments

Comments
 (0)