Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions rust/private/rustc.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -1638,6 +1638,7 @@ def rustc_compile_action(
compilation_outputs = compilation_outputs,
name = output_relative_to_package,
stamp = ctx.attr.stamp,
main_output = crate_info.output,
output_type = "executable" if crate_info.type == "bin" else "dynamic_library",
additional_outputs = additional_linker_outputs,
)
Expand Down