Add mention for Urgau about cfg and check-cfg configuration changes

This commit is contained in:
Urgau 2024-04-05 23:02:36 +02:00
parent 5b14497f01
commit c39c0e1e2b

View file

@ -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"]