Skip to content

Commit 77cf16a

Browse files
committed
Revert "Remove unused file and use the rules_rust transition allowlist. (bazelbuild#1182)"
This reverts commit 348c3e3.
1 parent 14ea294 commit 77cf16a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

rust/private/transitions.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ without_process_wrapper = rule(
105105
executable = True,
106106
),
107107
"_allowlist_function_transition": attr.label(
108-
default = Label("//tools/allowlists/function_transition_allowlist"),
108+
default = Label("@bazel_tools//tools/allowlists/function_transition_allowlist"),
109109
),
110110
},
111111
)
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
int main() {
2+
// Noop on purpose.
3+
return 0;
4+
}

0 commit comments

Comments
 (0)