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