Skip to content

Commit

Permalink
Prost doesn't have aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
illicitonion committed Jun 20, 2024
1 parent 9904304 commit 9e9b2c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto/prost/private/prost.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ def _rust_prost_aspect_impl(target, ctx):
cfgs = ["test", "debug_assertions"]

rust_analyzer_info = write_rust_analyzer_spec_file(ctx, ctx.rule.attr, ctx.label, RustAnalyzerInfo(
aliases = {},
crate = dep_variant_info.crate_info,
cfgs = cfgs,
env = dep_variant_info.crate_info.rustc_env,
Expand Down

0 comments on commit 9e9b2c9

Please sign in to comment.