@@ -253,7 +253,6 @@ trigger_files = [
253253 " compiler/rustc_passes/src/check_attr.rs" ,
254254 " compiler/rustc_attr_parsing" ,
255255 " compiler/rustc_attr_data_structures" ,
256- " compiler/rustc_attr_validation" ,
257256]
258257
259258[autolabel ."T-rustdoc-frontend" ]
@@ -317,7 +316,6 @@ trigger_files = [
317316 " library/panic_unwind" ,
318317 " library/std" ,
319318 " library/stdarch" ,
320- " library/term" ,
321319 " library/test" ,
322320]
323321exclude_labels = [
@@ -332,7 +330,7 @@ trigger_files = [
332330[autolabel ."O-apple" ]
333331trigger_files = [
334332 " library/std/src/os/darwin" ,
335- " library/std/src/sys/pal/unix /thread_parking/darwin.rs" ,
333+ " library/std/src/sys/sync /thread_parking/darwin.rs" ,
336334 " compiler/rustc_target/src/spec/base/apple" ,
337335]
338336
@@ -409,7 +407,8 @@ trigger_files = [
409407[autolabel ."O-wasm" ]
410408trigger_files = [
411409 " library/std/src/sys/pal/wasm" ,
412- " library/std/src/os/wasm"
410+ " library/std/src/os/wasi" ,
411+ " library/std/src/os/wasip2"
413412]
414413
415414[autolabel ."O-windows" ]
@@ -500,7 +499,6 @@ trigger_files = [
500499 " CONTRIBUTING.md" ,
501500 " INSTALL.md" ,
502501 " REUSE.toml" ,
503- " .reuse" ,
504502 " .mailmap" ,
505503 " .git-blame-ignore-revs" ,
506504 " .editorconfig"
@@ -525,7 +523,6 @@ exclude_labels = [
525523
526524[autolabel ."WG-trait-system-refactor" ]
527525trigger_files = [
528- " compiler/rustc_middle/src/traits/solve" ,
529526 " compiler/rustc_next_trait_solver" ,
530527 " compiler/rustc_trait_selection/src/solve" ,
531528 " compiler/rustc_type_ir/src/solve" ,
@@ -795,7 +792,7 @@ cc = ["@Nadrieril"]
795792message = " Some changes occurred in cfg and check-cfg configuration"
796793cc = [" @Urgau" ]
797794
798- [mentions ."compiler/rustc_lint/src/context /diagnostics/check_cfg .rs" ]
795+ [mentions ."compiler/rustc_lint/src/early /diagnostics/check_cfg .rs" ]
799796message = " Some changes occurred in check-cfg diagnostics"
800797cc = [" @Urgau" ]
801798
@@ -961,7 +958,7 @@ If appropriate, please update `CONFIG_CHANGE_HISTORY` in `src/bootstrap/src/util
961958[mentions ."src/bootstrap/src/core/build_steps/llvm .rs" ]
962959message = " This PR changes how LLVM is built. Consider updating src/bootstrap/download-ci-llvm-stamp."
963960
964- [mentions ."test /crashes" ]
961+ [mentions ."tests /crashes" ]
965962message = " This PR changes a file inside `tests/crashes`. If a crash was fixed, please move into the corresponding `ui` subdir and add 'Fixes #<issueNr>' to the PR description to autoclose the issue upon merge."
966963
967964[mentions ."tests/rustdoc-json" ]
@@ -1075,8 +1072,6 @@ cc = ["@jdonszelmann"]
10751072cc = [" @jdonszelmann" ]
10761073[mentions ."compiler/rustc_attr_data_structures" ]
10771074cc = [" @jdonszelmann" ]
1078- [mentions ."compiler/rustc_attr_validation" ]
1079- cc = [" @jdonszelmann" ]
10801075
10811076[assign ]
10821077warn_non_default_branch.enable = true
@@ -1265,7 +1260,6 @@ project-exploit-mitigations = [
12651260"/compiler/rustc_middle/src/traits" = [" compiler" , " types" ]
12661261"/compiler/rustc_middle/src/ty" = [" compiler" , " types" ]
12671262"/compiler/rustc_const_eval/src/interpret" = [" compiler" , " mir" ]
1268- "/compiler/rustc_const_eval/src/transform" = [" compiler" , " mir-opt" ]
12691263"/compiler/rustc_mir_build/src/builder" = [" compiler" , " mir" ]
12701264"/compiler/rustc_mir_transform" = [" compiler" , " mir" , " mir-opt" ]
12711265"/compiler/rustc_smir" = [" project-stable-mir" ]
0 commit comments