Skip to content

Commit bd10904

Browse files
committed
debug
1 parent c64042d commit bd10904

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rust/toolchain.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,7 @@ def _rust_toolchain_impl(ctx):
443443
expanded_extra_rustc_flags = _expand_flags(ctx, "extra_rustc_flags", rust_std[rust_common.stdlib_info].srcs, make_variables)
444444
expanded_extra_exec_rustc_flags = _expand_flags(ctx, "extra_exec_rustc_flags", rust_std[rust_common.stdlib_info].srcs, make_variables)
445445

446+
print(ctx.label, expanded_stdlib_linkflags)
446447
linking_context = cc_common.create_linking_context(
447448
linker_inputs = depset([
448449
cc_common.create_linker_input(

0 commit comments

Comments
 (0)