Skip to content

Commit

Permalink
Rollup merge of #137840 - fee1-dead-contrib:push-uwkzouvnrnvs, r=oli-obk
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskrgr authored Mar 1, 2025
2 parents 935535d + 340a249 commit 5bdde89
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,11 @@ cc = ["@antoyo", "@GuillaumeGomez"]

[mentions."compiler/rustc_const_eval/src/"]
message = "Some changes occurred to the CTFE machinery"
cc = ["@rust-lang/wg-const-eval"]
cc = ["@RalfJung", "@oli-obk", "@lcnr"]

[mentions."compiler/rustc_const_eval/src/check_consts"]
message = "Some changes occurred to constck"
cc = ["@fee1-dead"]

[mentions."compiler/rustc_const_eval/src/interpret"]
message = "Some changes occurred to the CTFE / Miri interpreter"
Expand All @@ -730,7 +734,7 @@ cc = ["@compiler-errors", "@lcnr"]

[mentions."compiler/rustc_middle/src/mir/interpret"]
message = "Some changes occurred to the CTFE / Miri interpreter"
cc = ["@rust-lang/miri", "@rust-lang/wg-const-eval"]
cc = ["@rust-lang/miri", "@RalfJung", "@oli-obk", "@lcnr"]

[mentions."compiler/rustc_mir_transform/src/"]
message = "Some changes occurred to MIR optimizations"
Expand Down Expand Up @@ -803,7 +807,7 @@ message = """
Some changes occurred to the intrinsics. Make sure the CTFE / Miri interpreter
gets adapted for the changes, if necessary.
"""
cc = ["@rust-lang/miri", "@rust-lang/wg-const-eval"]
cc = ["@rust-lang/miri", "@RalfJung", "@oli-obk", "@lcnr"]

[mentions."library/portable-simd"]
message = """
Expand Down

0 comments on commit 5bdde89

Please sign in to comment.