@@ -253,7 +253,6 @@ trigger_files = [
253
253
" compiler/rustc_passes/src/check_attr.rs" ,
254
254
" compiler/rustc_attr_parsing" ,
255
255
" compiler/rustc_attr_data_structures" ,
256
- " compiler/rustc_attr_validation" ,
257
256
]
258
257
259
258
[autolabel ."T-rustdoc-frontend" ]
@@ -317,7 +316,6 @@ trigger_files = [
317
316
" library/panic_unwind" ,
318
317
" library/std" ,
319
318
" library/stdarch" ,
320
- " library/term" ,
321
319
" library/test" ,
322
320
]
323
321
exclude_labels = [
@@ -332,7 +330,7 @@ trigger_files = [
332
330
[autolabel ."O-apple" ]
333
331
trigger_files = [
334
332
" 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" ,
336
334
" compiler/rustc_target/src/spec/base/apple" ,
337
335
]
338
336
@@ -409,7 +407,8 @@ trigger_files = [
409
407
[autolabel ."O-wasm" ]
410
408
trigger_files = [
411
409
" library/std/src/sys/pal/wasm" ,
412
- " library/std/src/os/wasm"
410
+ " library/std/src/os/wasi" ,
411
+ " library/std/src/os/wasip2"
413
412
]
414
413
415
414
[autolabel ."O-windows" ]
@@ -500,7 +499,6 @@ trigger_files = [
500
499
" CONTRIBUTING.md" ,
501
500
" INSTALL.md" ,
502
501
" REUSE.toml" ,
503
- " .reuse" ,
504
502
" .mailmap" ,
505
503
" .git-blame-ignore-revs" ,
506
504
" .editorconfig"
@@ -525,7 +523,6 @@ exclude_labels = [
525
523
526
524
[autolabel ."WG-trait-system-refactor" ]
527
525
trigger_files = [
528
- " compiler/rustc_middle/src/traits/solve" ,
529
526
" compiler/rustc_next_trait_solver" ,
530
527
" compiler/rustc_trait_selection/src/solve" ,
531
528
" compiler/rustc_type_ir/src/solve" ,
@@ -795,7 +792,7 @@ cc = ["@Nadrieril"]
795
792
message = " Some changes occurred in cfg and check-cfg configuration"
796
793
cc = [" @Urgau" ]
797
794
798
- [mentions ."compiler/rustc_lint/src/context /diagnostics/check_cfg .rs" ]
795
+ [mentions ."compiler/rustc_lint/src/early /diagnostics/check_cfg .rs" ]
799
796
message = " Some changes occurred in check-cfg diagnostics"
800
797
cc = [" @Urgau" ]
801
798
@@ -961,7 +958,7 @@ If appropriate, please update `CONFIG_CHANGE_HISTORY` in `src/bootstrap/src/util
961
958
[mentions ."src/bootstrap/src/core/build_steps/llvm .rs" ]
962
959
message = " This PR changes how LLVM is built. Consider updating src/bootstrap/download-ci-llvm-stamp."
963
960
964
- [mentions ."test /crashes" ]
961
+ [mentions ."tests /crashes" ]
965
962
message = " 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."
966
963
967
964
[mentions ."tests/rustdoc-json" ]
@@ -1075,8 +1072,6 @@ cc = ["@jdonszelmann"]
1075
1072
cc = [" @jdonszelmann" ]
1076
1073
[mentions ."compiler/rustc_attr_data_structures" ]
1077
1074
cc = [" @jdonszelmann" ]
1078
- [mentions ."compiler/rustc_attr_validation" ]
1079
- cc = [" @jdonszelmann" ]
1080
1075
1081
1076
[assign ]
1082
1077
warn_non_default_branch.enable = true
@@ -1265,7 +1260,6 @@ project-exploit-mitigations = [
1265
1260
"/compiler/rustc_middle/src/traits" = [" compiler" , " types" ]
1266
1261
"/compiler/rustc_middle/src/ty" = [" compiler" , " types" ]
1267
1262
"/compiler/rustc_const_eval/src/interpret" = [" compiler" , " mir" ]
1268
- "/compiler/rustc_const_eval/src/transform" = [" compiler" , " mir-opt" ]
1269
1263
"/compiler/rustc_mir_build/src/builder" = [" compiler" , " mir" ]
1270
1264
"/compiler/rustc_mir_transform" = [" compiler" , " mir" , " mir-opt" ]
1271
1265
"/compiler/rustc_smir" = [" project-stable-mir" ]
0 commit comments