Skip to content

Commit

Permalink
Rollup merge of rust-lang#105380 - BoxyUwU:triagebot_ping_pls, r=lcnr
Browse files Browse the repository at this point in the history
add const generics ping files things for me

r? `@lcnr`
  • Loading branch information
matthiaskrgr committed Dec 6, 2022
2 parents 001bd51 + 3ca5c82 commit b3a69bf
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -331,8 +331,16 @@ message = "Some changes occurred to MIR optimizations"
cc = ["@rust-lang/wg-mir-opt"]

[mentions."compiler/rustc_trait_selection/src/traits/const_evaluatable.rs"]
message = "Some changes occurred in const_evaluatable.rs"
cc = ["@lcnr"]
message = "Some changes occurred in `const_evaluatable.rs`"
cc = ["@BoxyUwU"]

[mentions."compiler/rustc_middle/src/ty/abstract_const.rs"]
message = "Some changes occured in `abstract_const.rs`"
cc = ["@BoxyUwU"]

[mentions."compiler/rustc_ty_utils/src/consts.rs"]
message = "Some changes occured in `rustc_ty_utils::consts.rs`"
cc = ["@BoxyUwU"]

[mentions."compiler/rustc_trait_selection/src/traits/engine.rs"]
message = """
Expand Down

0 comments on commit b3a69bf

Please sign in to comment.