Skip to content

Commit e74b4b6

Browse files
committed
Update rustc_clean attributes in incremental tests
1 parent 500b3a3 commit e74b4b6

File tree

3 files changed

+50
-50
lines changed

3 files changed

+50
-50
lines changed

tests/incremental/hashes/inherent_impls.rs

+16-16
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ impl Foo {
5353
#[cfg(not(any(cfail1,cfail4)))]
5454
#[rustc_clean(cfg="cfail2")]
5555
#[rustc_clean(cfg="cfail3")]
56-
#[rustc_clean(cfg="cfail5")]
56+
#[rustc_clean(cfg="cfail5", except="opt_hir_owner_nodes")]
5757
#[rustc_clean(cfg="cfail6")]
5858
impl Foo {
5959
#[rustc_clean(cfg="cfail2", except="opt_hir_owner_nodes,optimized_mir,promoted_mir,typeck")]
@@ -90,7 +90,7 @@ impl Foo {
9090
#[cfg(not(any(cfail1,cfail4)))]
9191
#[rustc_clean(cfg="cfail2")]
9292
#[rustc_clean(cfg="cfail3")]
93-
#[rustc_clean(cfg="cfail5")]
93+
#[rustc_clean(cfg="cfail5", except="opt_hir_owner_nodes")]
9494
#[rustc_clean(cfg="cfail6")]
9595
impl Foo {
9696
#[rustc_clean(
@@ -123,7 +123,7 @@ impl Foo {
123123
#[cfg(not(any(cfail1,cfail4)))]
124124
#[rustc_clean(cfg="cfail2")]
125125
#[rustc_clean(cfg="cfail3")]
126-
#[rustc_clean(cfg="cfail5")]
126+
#[rustc_clean(cfg="cfail5", except="opt_hir_owner_nodes")]
127127
#[rustc_clean(cfg="cfail6")]
128128
impl Foo {
129129
#[rustc_clean(cfg="cfail2")]
@@ -181,7 +181,7 @@ impl Foo {
181181
#[cfg(not(any(cfail1,cfail4)))]
182182
#[rustc_clean(cfg="cfail2")]
183183
#[rustc_clean(cfg="cfail3")]
184-
#[rustc_clean(cfg="cfail5")]
184+
#[rustc_clean(cfg="cfail5", except="opt_hir_owner_nodes")]
185185
#[rustc_clean(cfg="cfail6")]
186186
impl Foo {
187187
#[rustc_clean(cfg="cfail2", except="opt_hir_owner_nodes,fn_sig,typeck,optimized_mir")]
@@ -231,7 +231,7 @@ impl Foo {
231231
#[cfg(not(any(cfail1,cfail4)))]
232232
#[rustc_clean(cfg="cfail2")]
233233
#[rustc_clean(cfg="cfail3")]
234-
#[rustc_clean(cfg="cfail5")]
234+
#[rustc_clean(cfg="cfail5", except="opt_hir_owner_nodes")]
235235
#[rustc_clean(cfg="cfail6")]
236236
impl Foo {
237237
#[rustc_clean(cfg="cfail2", except="opt_hir_owner_nodes,fn_sig,typeck,optimized_mir")]
@@ -256,7 +256,7 @@ impl Foo {
256256
#[cfg(not(any(cfail1,cfail4)))]
257257
#[rustc_clean(cfg="cfail2")]
258258
#[rustc_clean(cfg="cfail3")]
259-
#[rustc_clean(cfg="cfail5")]
259+
#[rustc_clean(cfg="cfail5", except="opt_hir_owner_nodes")]
260260
#[rustc_clean(cfg="cfail6")]
261261
impl Foo {
262262
#[rustc_clean(cfg="cfail2", except="opt_hir_owner_nodes,optimized_mir")]
@@ -281,7 +281,7 @@ impl Foo {
281281
#[cfg(not(any(cfail1,cfail4)))]
282282
#[rustc_clean(cfg="cfail2")]
283283
#[rustc_clean(cfg="cfail3")]
284-
#[rustc_clean(cfg="cfail5")]
284+
#[rustc_clean(cfg="cfail5", except="opt_hir_owner_nodes")]
285285
#[rustc_clean(cfg="cfail6")]
286286
impl Foo {
287287
#[rustc_clean(cfg="cfail2", except="opt_hir_owner_nodes,fn_sig,optimized_mir,typeck")]
@@ -333,7 +333,7 @@ impl Foo {
333333
#[cfg(not(any(cfail1,cfail4)))]
334334
#[rustc_clean(cfg="cfail2")]
335335
#[rustc_clean(cfg="cfail3")]
336-
#[rustc_clean(cfg="cfail5")]
336+
#[rustc_clean(cfg="cfail5", except="opt_hir_owner_nodes")]
337337
#[rustc_clean(cfg="cfail6")]
338338
impl Foo {
339339
#[rustc_clean(cfg="cfail2", except="opt_hir_owner_nodes,optimized_mir")]
@@ -358,7 +358,7 @@ impl Foo {
358358
#[cfg(not(any(cfail1,cfail4)))]
359359
#[rustc_clean(cfg="cfail2")]
360360
#[rustc_clean(cfg="cfail3")]
361-
#[rustc_clean(cfg="cfail5")]
361+
#[rustc_clean(cfg="cfail5", except="opt_hir_owner_nodes")]
362362
#[rustc_clean(cfg="cfail6")]
363363
impl Foo {
364364
#[rustc_clean(cfg="cfail2", except="opt_hir_owner_nodes,fn_sig,typeck,optimized_mir")]
@@ -383,7 +383,7 @@ impl Foo {
383383
#[cfg(not(any(cfail1,cfail4)))]
384384
#[rustc_clean(cfg="cfail2")]
385385
#[rustc_clean(cfg="cfail3")]
386-
#[rustc_clean(cfg="cfail5")]
386+
#[rustc_clean(cfg="cfail5", except="opt_hir_owner_nodes")]
387387
#[rustc_clean(cfg="cfail6")]
388388
impl Foo {
389389
#[rustc_clean(cfg="cfail2", except="opt_hir_owner_nodes,fn_sig,typeck")]
@@ -408,7 +408,7 @@ impl Foo {
408408
#[cfg(not(any(cfail1,cfail4)))]
409409
#[rustc_clean(cfg="cfail2")]
410410
#[rustc_clean(cfg="cfail3")]
411-
#[rustc_clean(cfg="cfail5")]
411+
#[rustc_clean(cfg="cfail5", except="opt_hir_owner_nodes")]
412412
#[rustc_clean(cfg="cfail6")]
413413
impl Foo {
414414
#[rustc_clean(cfg="cfail2", except="opt_hir_owner_nodes,fn_sig,typeck")]
@@ -442,7 +442,7 @@ impl Foo {
442442
#[cfg(not(any(cfail1,cfail4)))]
443443
#[rustc_clean(cfg="cfail2")]
444444
#[rustc_clean(cfg="cfail3")]
445-
#[rustc_clean(cfg="cfail5")]
445+
#[rustc_clean(cfg="cfail5", except="opt_hir_owner_nodes")]
446446
#[rustc_clean(cfg="cfail6")]
447447
impl Foo {
448448
// Warning: Note that `typeck` are coming up clean here.
@@ -491,7 +491,7 @@ impl Foo {
491491
#[cfg(not(any(cfail1,cfail4)))]
492492
#[rustc_clean(cfg="cfail2")]
493493
#[rustc_clean(cfg="cfail3")]
494-
#[rustc_clean(cfg="cfail5")]
494+
#[rustc_clean(cfg="cfail5", except="opt_hir_owner_nodes")]
495495
#[rustc_clean(cfg="cfail6")]
496496
impl Foo {
497497
// Warning: Note that `typeck` are coming up clean here.
@@ -537,7 +537,7 @@ impl Foo {
537537
#[cfg(not(any(cfail1,cfail4)))]
538538
#[rustc_clean(cfg="cfail2")]
539539
#[rustc_clean(cfg="cfail3")]
540-
#[rustc_clean(cfg="cfail5")]
540+
#[rustc_clean(cfg="cfail5", except="opt_hir_owner_nodes")]
541541
#[rustc_clean(cfg="cfail6")]
542542
impl Foo {
543543
#[rustc_clean(
@@ -583,7 +583,7 @@ impl Foo {
583583
#[cfg(not(any(cfail1,cfail4)))]
584584
#[rustc_clean(cfg="cfail2")]
585585
#[rustc_clean(cfg="cfail3")]
586-
#[rustc_clean(cfg="cfail5")]
586+
#[rustc_clean(cfg="cfail5", except="opt_hir_owner_nodes")]
587587
#[rustc_clean(cfg="cfail6")]
588588
impl Foo {
589589
// Warning: Note that `typeck` are coming up clean here.
@@ -632,7 +632,7 @@ impl Foo {
632632
#[cfg(not(any(cfail1,cfail4)))]
633633
#[rustc_clean(cfg="cfail2")]
634634
#[rustc_clean(cfg="cfail3")]
635-
#[rustc_clean(cfg="cfail5")]
635+
#[rustc_clean(cfg="cfail5", except="opt_hir_owner_nodes")]
636636
#[rustc_clean(cfg="cfail6")]
637637
impl Foo {
638638
// Warning: Note that `typeck` are coming up clean here.

tests/incremental/hashes/trait_defs.rs

+27-27
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ trait TraitAddReturnType {
9595
#[cfg(not(any(cfail1,cfail4)))]
9696
#[rustc_clean(cfg="cfail2")]
9797
#[rustc_clean(cfg="cfail3")]
98-
#[rustc_clean(cfg="cfail5")]
98+
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail5")]
9999
#[rustc_clean(cfg="cfail6")]
100100
trait TraitAddReturnType {
101101
#[rustc_clean(except="opt_hir_owner_nodes,fn_sig", cfg="cfail2")]
@@ -120,7 +120,7 @@ trait TraitChangeReturnType {
120120
#[cfg(not(any(cfail1,cfail4)))]
121121
#[rustc_clean(cfg="cfail2")]
122122
#[rustc_clean(cfg="cfail3")]
123-
#[rustc_clean(cfg="cfail5")]
123+
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail5")]
124124
#[rustc_clean(cfg="cfail6")]
125125
trait TraitChangeReturnType {
126126
#[rustc_clean(except="opt_hir_owner_nodes,fn_sig", cfg="cfail2")]
@@ -145,7 +145,7 @@ trait TraitAddParameterToMethod {
145145
#[cfg(not(any(cfail1,cfail4)))]
146146
#[rustc_clean(cfg="cfail2")]
147147
#[rustc_clean(cfg="cfail3")]
148-
#[rustc_clean(cfg="cfail5")]
148+
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail5")]
149149
#[rustc_clean(cfg="cfail6")]
150150
trait TraitAddParameterToMethod {
151151
#[rustc_clean(except="opt_hir_owner_nodes,fn_sig", cfg="cfail2")]
@@ -177,7 +177,7 @@ trait TraitChangeMethodParameterName {
177177
#[cfg(not(any(cfail1,cfail4)))]
178178
#[rustc_clean(cfg="cfail2")]
179179
#[rustc_clean(cfg="cfail3")]
180-
#[rustc_clean(cfg="cfail5")]
180+
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail5")]
181181
#[rustc_clean(cfg="cfail6")]
182182
trait TraitChangeMethodParameterName {
183183
// FIXME(#38501) This should preferably always be clean.
@@ -209,7 +209,7 @@ trait TraitChangeMethodParameterType {
209209
#[cfg(not(any(cfail1,cfail4)))]
210210
#[rustc_clean(cfg="cfail2")]
211211
#[rustc_clean(cfg="cfail3")]
212-
#[rustc_clean(cfg="cfail5")]
212+
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail5")]
213213
#[rustc_clean(cfg="cfail6")]
214214
trait TraitChangeMethodParameterType {
215215
#[rustc_clean(except="opt_hir_owner_nodes,fn_sig", cfg="cfail2")]
@@ -234,7 +234,7 @@ trait TraitChangeMethodParameterTypeRef {
234234
#[cfg(not(any(cfail1,cfail4)))]
235235
#[rustc_clean(cfg="cfail2")]
236236
#[rustc_clean(cfg="cfail3")]
237-
#[rustc_clean(cfg="cfail5")]
237+
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail5")]
238238
#[rustc_clean(cfg="cfail6")]
239239
trait TraitChangeMethodParameterTypeRef {
240240
#[rustc_clean(except="opt_hir_owner_nodes,fn_sig", cfg="cfail2")]
@@ -259,7 +259,7 @@ trait TraitChangeMethodParametersOrder {
259259
#[cfg(not(any(cfail1,cfail4)))]
260260
#[rustc_clean(cfg="cfail2")]
261261
#[rustc_clean(cfg="cfail3")]
262-
#[rustc_clean(cfg="cfail5")]
262+
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail5")]
263263
#[rustc_clean(cfg="cfail6")]
264264
trait TraitChangeMethodParametersOrder {
265265
#[rustc_clean(except="opt_hir_owner_nodes,fn_sig", cfg="cfail2")]
@@ -284,7 +284,7 @@ trait TraitAddMethodAutoImplementation {
284284
#[cfg(not(any(cfail1,cfail4)))]
285285
#[rustc_clean(cfg="cfail2")]
286286
#[rustc_clean(cfg="cfail3")]
287-
#[rustc_clean(cfg="cfail5")]
287+
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail5")]
288288
#[rustc_clean(cfg="cfail6")]
289289
trait TraitAddMethodAutoImplementation {
290290
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail2")]
@@ -328,7 +328,7 @@ trait TraitChangeModeSelfRefToMut {
328328
#[cfg(not(any(cfail1,cfail4)))]
329329
#[rustc_clean(cfg="cfail2")]
330330
#[rustc_clean(cfg="cfail3")]
331-
#[rustc_clean(cfg="cfail5")]
331+
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail5")]
332332
#[rustc_clean(cfg="cfail6")]
333333
trait TraitChangeModeSelfRefToMut {
334334
#[rustc_clean(except="opt_hir_owner_nodes,fn_sig", cfg="cfail2")]
@@ -352,7 +352,7 @@ trait TraitChangeModeSelfOwnToMut: Sized {
352352
#[cfg(not(any(cfail1,cfail4)))]
353353
#[rustc_clean(cfg="cfail2")]
354354
#[rustc_clean(cfg="cfail3")]
355-
#[rustc_clean(cfg="cfail5")]
355+
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail5")]
356356
#[rustc_clean(cfg="cfail6")]
357357
trait TraitChangeModeSelfOwnToMut: Sized {
358358
#[rustc_clean(except="opt_hir_owner_nodes,typeck,optimized_mir", cfg="cfail2")]
@@ -376,7 +376,7 @@ trait TraitChangeModeSelfOwnToRef {
376376
#[cfg(not(any(cfail1,cfail4)))]
377377
#[rustc_clean(cfg="cfail2")]
378378
#[rustc_clean(cfg="cfail3")]
379-
#[rustc_clean(cfg="cfail5")]
379+
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail5")]
380380
#[rustc_clean(cfg="cfail6")]
381381
trait TraitChangeModeSelfOwnToRef {
382382
#[rustc_clean(except="opt_hir_owner_nodes,fn_sig,generics_of", cfg="cfail2")]
@@ -401,7 +401,7 @@ trait TraitAddUnsafeModifier {
401401
#[cfg(not(any(cfail1,cfail4)))]
402402
#[rustc_clean(cfg="cfail2")]
403403
#[rustc_clean(cfg="cfail3")]
404-
#[rustc_clean(cfg="cfail5")]
404+
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail5")]
405405
#[rustc_clean(cfg="cfail6")]
406406
trait TraitAddUnsafeModifier {
407407
#[rustc_clean(except="opt_hir_owner_nodes,fn_sig", cfg="cfail2")]
@@ -426,7 +426,7 @@ trait TraitAddExternModifier {
426426
#[cfg(not(any(cfail1,cfail4)))]
427427
#[rustc_clean(cfg="cfail2")]
428428
#[rustc_clean(cfg="cfail3")]
429-
#[rustc_clean(cfg="cfail5")]
429+
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail5")]
430430
#[rustc_clean(cfg="cfail6")]
431431
trait TraitAddExternModifier {
432432
#[rustc_clean(except="opt_hir_owner_nodes,fn_sig", cfg="cfail2")]
@@ -451,7 +451,7 @@ trait TraitChangeExternCToRustIntrinsic {
451451
#[cfg(not(any(cfail1,cfail4)))]
452452
#[rustc_clean(cfg="cfail2")]
453453
#[rustc_clean(cfg="cfail3")]
454-
#[rustc_clean(cfg="cfail5")]
454+
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail5")]
455455
#[rustc_clean(cfg="cfail6")]
456456
trait TraitChangeExternCToRustIntrinsic {
457457
#[rustc_clean(except="opt_hir_owner_nodes,fn_sig", cfg="cfail2")]
@@ -478,7 +478,7 @@ trait TraitAddTypeParameterToMethod {
478478
#[cfg(not(any(cfail1,cfail4)))]
479479
#[rustc_clean(cfg="cfail2")]
480480
#[rustc_clean(cfg="cfail3")]
481-
#[rustc_clean(cfg="cfail5")]
481+
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail5")]
482482
#[rustc_clean(cfg="cfail6")]
483483
trait TraitAddTypeParameterToMethod {
484484
#[rustc_clean(except="opt_hir_owner_nodes,generics_of,predicates_of,type_of",
@@ -505,7 +505,7 @@ trait TraitAddLifetimeParameterToMethod {
505505
#[cfg(not(any(cfail1,cfail4)))]
506506
#[rustc_clean(cfg="cfail2")]
507507
#[rustc_clean(cfg="cfail3")]
508-
#[rustc_clean(cfg="cfail5")]
508+
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail5")]
509509
#[rustc_clean(cfg="cfail6")]
510510
trait TraitAddLifetimeParameterToMethod {
511511
#[rustc_clean(except="opt_hir_owner_nodes,fn_sig,generics_of", cfg="cfail2")]
@@ -534,7 +534,7 @@ trait TraitAddTraitBoundToMethodTypeParameter {
534534
#[cfg(not(any(cfail1,cfail4)))]
535535
#[rustc_clean(cfg="cfail2")]
536536
#[rustc_clean(cfg="cfail3")]
537-
#[rustc_clean(cfg="cfail5")]
537+
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail5")]
538538
#[rustc_clean(cfg="cfail6")]
539539
trait TraitAddTraitBoundToMethodTypeParameter {
540540
#[rustc_clean(except="opt_hir_owner_nodes,predicates_of", cfg="cfail2")]
@@ -559,7 +559,7 @@ trait TraitAddBuiltinBoundToMethodTypeParameter {
559559
#[cfg(not(any(cfail1,cfail4)))]
560560
#[rustc_clean(cfg="cfail2")]
561561
#[rustc_clean(cfg="cfail3")]
562-
#[rustc_clean(cfg="cfail5")]
562+
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail5")]
563563
#[rustc_clean(cfg="cfail6")]
564564
trait TraitAddBuiltinBoundToMethodTypeParameter {
565565
#[rustc_clean(except="opt_hir_owner_nodes,predicates_of", cfg="cfail2")]
@@ -590,7 +590,7 @@ trait TraitAddLifetimeBoundToMethodLifetimeParameter {
590590
#[cfg(not(any(cfail1,cfail4)))]
591591
#[rustc_clean(cfg="cfail2")]
592592
#[rustc_clean(cfg="cfail3")]
593-
#[rustc_clean(cfg="cfail5")]
593+
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail5")]
594594
#[rustc_clean(cfg="cfail6")]
595595
trait TraitAddLifetimeBoundToMethodLifetimeParameter {
596596
#[rustc_clean(
@@ -621,7 +621,7 @@ trait TraitAddSecondTraitBoundToMethodTypeParameter {
621621
#[cfg(not(any(cfail1,cfail4)))]
622622
#[rustc_clean(cfg="cfail2")]
623623
#[rustc_clean(cfg="cfail3")]
624-
#[rustc_clean(cfg="cfail5")]
624+
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail5")]
625625
#[rustc_clean(cfg="cfail6")]
626626
trait TraitAddSecondTraitBoundToMethodTypeParameter {
627627
#[rustc_clean(except="opt_hir_owner_nodes,predicates_of", cfg="cfail2")]
@@ -646,7 +646,7 @@ trait TraitAddSecondBuiltinBoundToMethodTypeParameter {
646646
#[cfg(not(any(cfail1,cfail4)))]
647647
#[rustc_clean(cfg="cfail2")]
648648
#[rustc_clean(cfg="cfail3")]
649-
#[rustc_clean(cfg="cfail5")]
649+
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail5")]
650650
#[rustc_clean(cfg="cfail6")]
651651
trait TraitAddSecondBuiltinBoundToMethodTypeParameter {
652652
#[rustc_clean(except="opt_hir_owner_nodes,predicates_of", cfg="cfail2")]
@@ -677,7 +677,7 @@ trait TraitAddSecondLifetimeBoundToMethodLifetimeParameter {
677677
#[cfg(not(any(cfail1,cfail4)))]
678678
#[rustc_clean(cfg="cfail2")]
679679
#[rustc_clean(cfg="cfail3")]
680-
#[rustc_clean(cfg="cfail5")]
680+
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail5")]
681681
#[rustc_clean(cfg="cfail6")]
682682
trait TraitAddSecondLifetimeBoundToMethodLifetimeParameter {
683683
#[rustc_clean(
@@ -746,7 +746,7 @@ trait TraitAddTraitBoundToAssociatedType {
746746
#[cfg(not(any(cfail1,cfail4)))]
747747
#[rustc_clean(cfg="cfail2")]
748748
#[rustc_clean(cfg="cfail3")]
749-
#[rustc_clean(cfg="cfail5")]
749+
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail5")]
750750
#[rustc_clean(cfg="cfail6")]
751751
trait TraitAddTraitBoundToAssociatedType {
752752
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail2")]
@@ -775,7 +775,7 @@ trait TraitAddLifetimeBoundToAssociatedType<'a> {
775775
#[cfg(not(any(cfail1,cfail4)))]
776776
#[rustc_clean(cfg="cfail2")]
777777
#[rustc_clean(cfg="cfail3")]
778-
#[rustc_clean(cfg="cfail5")]
778+
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail5")]
779779
#[rustc_clean(cfg="cfail6")]
780780
trait TraitAddLifetimeBoundToAssociatedType<'a> {
781781
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail2")]
@@ -804,7 +804,7 @@ trait TraitAddDefaultToAssociatedType {
804804
#[cfg(not(any(cfail1,cfail4)))]
805805
#[rustc_clean(cfg="cfail2")]
806806
#[rustc_clean(cfg="cfail3")]
807-
#[rustc_clean(cfg="cfail5")]
807+
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail5")]
808808
#[rustc_clean(cfg="cfail6")]
809809
trait TraitAddDefaultToAssociatedType {
810810
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail2")]
@@ -856,7 +856,7 @@ trait TraitAddInitializerToAssociatedConstant {
856856
#[cfg(not(any(cfail1,cfail4)))]
857857
#[rustc_clean(cfg="cfail2")]
858858
#[rustc_clean(cfg="cfail3")]
859-
#[rustc_clean(cfg="cfail5")]
859+
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail5")]
860860
#[rustc_clean(cfg="cfail6")]
861861
trait TraitAddInitializerToAssociatedConstant {
862862
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail2")]
@@ -893,7 +893,7 @@ trait TraitChangeTypeOfAssociatedConstant {
893893
#[cfg(not(any(cfail1,cfail4)))]
894894
#[rustc_clean(cfg="cfail2")]
895895
#[rustc_clean(cfg="cfail3")]
896-
#[rustc_clean(cfg="cfail5")]
896+
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail5")]
897897
#[rustc_clean(cfg="cfail6")]
898898
trait TraitChangeTypeOfAssociatedConstant {
899899
#[rustc_clean(except="opt_hir_owner_nodes,type_of", cfg="cfail2")]

0 commit comments

Comments
 (0)