Skip to content

Commit

Permalink
Advertise CrateInfo and DepInfo from the import macro (#3220)
Browse files Browse the repository at this point in the history
Otherwise aspects can't see through it

Co-authored-by: UebelAndre <[email protected]>
  • Loading branch information
sam-mccall and UebelAndre authored Feb 4, 2025
1 parent e5b7c38 commit b896f86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/private/transitions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ alias_with_import_macro_bootstrapping_mode = rule(
default = Label("//tools/allowlists/function_transition_allowlist"),
),
},
provides = [rust_common.crate_info, rust_common.dep_info],
)

0 comments on commit b896f86

Please sign in to comment.