diff options
| author | Urgau <urgau@numericable.fr> | 2024-04-05 23:02:36 +0200 |
|---|---|---|
| committer | Urgau <urgau@numericable.fr> | 2024-04-05 23:41:00 +0200 |
| commit | c39c0e1e2b72129a1cda8fdea98e1a21b64e32a2 (patch) | |
| tree | d8f6a08f6ab8f88431ab432af3640538a8faaac7 | |
| parent | 5b14497f01137053c3cd38caf7df6bfe0c504f65 (diff) | |
| download | rust-c39c0e1e2b72129a1cda8fdea98e1a21b64e32a2.tar.gz rust-c39c0e1e2b72129a1cda8fdea98e1a21b64e32a2.zip | |
Add mention for Urgau about cfg and check-cfg configuration changes
| -rw-r--r-- | triagebot.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index 55f0d32398f..abc44cc17dd 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -527,7 +527,12 @@ cc = ["@Nadrieril"] message = "Some changes occurred in exhaustiveness checking" cc = ["@Nadrieril"] +[mentions."compiler/rustc_session/src/config/cfg.rs"] +message = "Some changes occurred in cfg and check-cfg configuration" +cc = ["@Urgau"] + [mentions."compiler/rustc_lint/src/context/diagnostics/check_cfg.rs"] +message = "Some changes occurred in check-cfg diagnostics" cc = ["@Urgau"] [mentions."library/core/src/intrinsics/simd.rs"] |
