Skip to content

Commit b3a69bf

Browse files
authored
Rollup merge of #105380 - BoxyUwU:triagebot_ping_pls, r=lcnr
add const generics ping files things for me r? `@lcnr`
2 parents 001bd51 + 3ca5c82 commit b3a69bf

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

Diff for: triagebot.toml

+10-2
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,16 @@ message = "Some changes occurred to MIR optimizations"
331331
cc = ["@rust-lang/wg-mir-opt"]
332332

333333
[mentions."compiler/rustc_trait_selection/src/traits/const_evaluatable.rs"]
334-
message = "Some changes occurred in const_evaluatable.rs"
335-
cc = ["@lcnr"]
334+
message = "Some changes occurred in `const_evaluatable.rs`"
335+
cc = ["@BoxyUwU"]
336+
337+
[mentions."compiler/rustc_middle/src/ty/abstract_const.rs"]
338+
message = "Some changes occured in `abstract_const.rs`"
339+
cc = ["@BoxyUwU"]
340+
341+
[mentions."compiler/rustc_ty_utils/src/consts.rs"]
342+
message = "Some changes occured in `rustc_ty_utils::consts.rs`"
343+
cc = ["@BoxyUwU"]
336344

337345
[mentions."compiler/rustc_trait_selection/src/traits/engine.rs"]
338346
message = """

0 commit comments

Comments
 (0)