Skip to content

Commit

Permalink
Fix name of toolchain repo
Browse files Browse the repository at this point in the history
It looks like we register these as _tools not as _srcs, this looks like
it was maybe a typo in bazelbuild#1528
  • Loading branch information
illicitonion committed Jan 4, 2024
1 parent 40232a0 commit ffb3709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def rust_register_toolchains(
)

toolchain_names.append(rust_analyzer_repo_name)
toolchain_labels[rust_analyzer_repo_name] = "@{}_srcs//:rust_analyzer_toolchain".format(
toolchain_labels[rust_analyzer_repo_name] = "@{}_tools//:rust_analyzer_toolchain".format(
rust_analyzer_repo_name,
)
exec_compatible_with_by_toolchain[rust_analyzer_repo_name] = []
Expand Down

0 comments on commit ffb3709

Please sign in to comment.