Skip to content

Commit 2864eab

Browse files
committed
Enable rustbot in rustc_codegen_cranelift&rustc_codegen_gcc
1 parent 5845acd commit 2864eab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

repos/rust-lang/rustc_codegen_cranelift.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
org = 'rust-lang'
22
name = 'rustc_codegen_cranelift'
33
description = 'Cranelift based backend for rustc'
4-
bots = []
4+
bots = ["rustbot"]
55

66
[access.teams]
77
compiler = 'maintain'

repos/rust-lang/rustc_codegen_gcc.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
org = "rust-lang"
22
name = "rustc_codegen_gcc"
33
description = "libgccjit AOT codegen for rustc"
4-
bots = []
4+
bots = ["rustbot"]
55

66
[access.teams]
77
compiler = "write"

0 commit comments

Comments
 (0)