We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting the error:
ERROR: error loading package '@@rules_rust++crate+crates//': cannot load '@@rules_rust++crate+crates//:alias_rules.bzl': no such file
with (bzlmod):
crate = use_extension( "@rules_rust//crate_universe:extensions.bzl", "crate", ) crate.from_cargo( name = "crates", cargo_lockfile = "//:src/Cargo.lock", generate_binaries = True, generate_build_scripts = True, manifests = ["//:src/Cargo.toml"], ) crate.annotation( crate = "somecrate", alias_rule = "dbg", ) use_repo(crate, "crates")
The text was updated successfully, but these errors were encountered:
Possibly related to #2832
Sorry, something went wrong.
I might have identified the cause and a PR with a fix is coming shortly, testing it a little bit more
I have a fix in this PR for it #3158
Nice! I spotted the offending line that was not adding alias_rules.bzl and your PR is much more wholesome than mine would be anyway.
No branches or pull requests
Getting the error:
with (bzlmod):
The text was updated successfully, but these errors were encountered: