@@ -315,7 +315,6 @@ trigger_files = [
315
315
" library/panic_unwind" ,
316
316
" library/std" ,
317
317
" library/stdarch" ,
318
- " library/term" ,
319
318
" library/test" ,
320
319
]
321
320
exclude_labels = [
@@ -330,7 +329,7 @@ trigger_files = [
330
329
[autolabel ."O-apple" ]
331
330
trigger_files = [
332
331
" library/std/src/os/darwin" ,
333
- " library/std/src/sys/pal/unix /thread_parking/darwin.rs" ,
332
+ " library/std/src/sys/sync /thread_parking/darwin.rs" ,
334
333
" compiler/rustc_target/src/spec/base/apple" ,
335
334
]
336
335
@@ -407,7 +406,8 @@ trigger_files = [
407
406
[autolabel ."O-wasm" ]
408
407
trigger_files = [
409
408
" library/std/src/sys/pal/wasm" ,
410
- " library/std/src/os/wasm"
409
+ " library/std/src/os/wasi" ,
410
+ " library/std/src/os/wasip2"
411
411
]
412
412
413
413
[autolabel ."O-windows" ]
@@ -498,7 +498,6 @@ trigger_files = [
498
498
" CONTRIBUTING.md" ,
499
499
" INSTALL.md" ,
500
500
" REUSE.toml" ,
501
- " .reuse" ,
502
501
" .mailmap" ,
503
502
" .git-blame-ignore-revs" ,
504
503
" .editorconfig"
@@ -523,7 +522,6 @@ exclude_labels = [
523
522
524
523
[autolabel ."WG-trait-system-refactor" ]
525
524
trigger_files = [
526
- " compiler/rustc_middle/src/traits/solve" ,
527
525
" compiler/rustc_next_trait_solver" ,
528
526
" compiler/rustc_trait_selection/src/solve" ,
529
527
" compiler/rustc_type_ir/src/solve" ,
@@ -1260,7 +1258,6 @@ project-exploit-mitigations = [
1260
1258
"/compiler/rustc_middle/src/traits" = [" compiler" , " types" ]
1261
1259
"/compiler/rustc_middle/src/ty" = [" compiler" , " types" ]
1262
1260
"/compiler/rustc_const_eval/src/interpret" = [" compiler" , " mir" ]
1263
- "/compiler/rustc_const_eval/src/transform" = [" compiler" , " mir-opt" ]
1264
1261
"/compiler/rustc_mir_build/src/builder" = [" compiler" , " mir" ]
1265
1262
"/compiler/rustc_mir_transform" = [" compiler" , " mir" , " mir-opt" ]
1266
1263
"/compiler/rustc_smir" = [" project-stable-mir" ]
0 commit comments