Skip to content

Commit 1792232

Browse files
committed
fix tests/incremental/hashes
1 parent 5cf7376 commit 1792232

3 files changed

Lines changed: 18 additions & 18 deletions

File tree

tests/incremental/hashes/inherent_impls.rs

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ impl Foo {
5555
#[cfg(not(any(cfail1,cfail4)))]
5656
#[rustc_clean(cfg="cfail2")]
5757
#[rustc_clean(cfg="cfail3")]
58-
#[rustc_clean(cfg="cfail5")]
58+
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail5")]
5959
#[rustc_clean(cfg="cfail6")]
6060
impl Foo {
6161
#[rustc_clean(cfg="cfail2",except="opt_hir_owner_nodes,optimized_mir,promoted_mir,typeck_root")]
@@ -86,7 +86,7 @@ impl Foo {
8686
#[cfg(not(any(cfail1,cfail4)))]
8787
#[rustc_clean(cfg="cfail2")]
8888
#[rustc_clean(cfg="cfail3")]
89-
#[rustc_clean(cfg="cfail5")]
89+
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail5")]
9090
#[rustc_clean(cfg="cfail6")]
9191
impl Foo {
9292
#[rustc_clean(cfg="cfail2", except="opt_hir_owner_nodes,optimized_mir,typeck_root")]
@@ -171,7 +171,7 @@ impl Foo {
171171
#[cfg(not(any(cfail1,cfail4)))]
172172
#[rustc_clean(cfg="cfail2")]
173173
#[rustc_clean(cfg="cfail3")]
174-
#[rustc_clean(cfg="cfail5")]
174+
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail5")]
175175
#[rustc_clean(cfg="cfail6")]
176176
impl Foo {
177177
#[rustc_clean(cfg="cfail2", except="opt_hir_owner_nodes,fn_sig,typeck_root,optimized_mir")]
@@ -221,7 +221,7 @@ impl Foo {
221221
#[cfg(not(any(cfail1,cfail4)))]
222222
#[rustc_clean(cfg="cfail2")]
223223
#[rustc_clean(cfg="cfail3")]
224-
#[rustc_clean(cfg="cfail5")]
224+
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail5")]
225225
#[rustc_clean(cfg="cfail6")]
226226
impl Foo {
227227
#[rustc_clean(cfg="cfail2", except="opt_hir_owner_nodes,fn_sig,typeck_root,optimized_mir")]
@@ -271,7 +271,7 @@ impl Foo {
271271
#[cfg(not(any(cfail1,cfail4)))]
272272
#[rustc_clean(cfg="cfail2")]
273273
#[rustc_clean(cfg="cfail3")]
274-
#[rustc_clean(cfg="cfail5")]
274+
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail5")]
275275
#[rustc_clean(cfg="cfail6")]
276276
impl Foo {
277277
#[rustc_clean(cfg="cfail2", except="opt_hir_owner_nodes,fn_sig,optimized_mir,typeck_root")]
@@ -348,7 +348,7 @@ impl Foo {
348348
#[cfg(not(any(cfail1,cfail4)))]
349349
#[rustc_clean(cfg="cfail2")]
350350
#[rustc_clean(cfg="cfail3")]
351-
#[rustc_clean(cfg="cfail5")]
351+
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail5")]
352352
#[rustc_clean(cfg="cfail6")]
353353
impl Foo {
354354
#[rustc_clean(cfg="cfail2", except="opt_hir_owner_nodes,fn_sig,typeck_root")]
@@ -373,7 +373,7 @@ impl Foo {
373373
#[cfg(not(any(cfail1,cfail4)))]
374374
#[rustc_clean(cfg="cfail2")]
375375
#[rustc_clean(cfg="cfail3")]
376-
#[rustc_clean(cfg="cfail5")]
376+
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail5")]
377377
#[rustc_clean(cfg="cfail6")]
378378
impl Foo {
379379
#[rustc_clean(cfg="cfail2", except="opt_hir_owner_nodes,fn_sig,typeck_root")]
@@ -398,7 +398,7 @@ impl Foo {
398398
#[cfg(not(any(cfail1,cfail4)))]
399399
#[rustc_clean(cfg="cfail2")]
400400
#[rustc_clean(cfg="cfail3")]
401-
#[rustc_clean(cfg="cfail5")]
401+
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail5")]
402402
#[rustc_clean(cfg="cfail6")]
403403
impl Foo {
404404
#[rustc_clean(cfg="cfail2", except="opt_hir_owner_nodes,fn_sig,typeck_root")]
@@ -432,7 +432,7 @@ impl Foo {
432432
#[cfg(not(any(cfail1,cfail4)))]
433433
#[rustc_clean(cfg="cfail2")]
434434
#[rustc_clean(cfg="cfail3")]
435-
#[rustc_clean(cfg="cfail5")]
435+
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail5")]
436436
#[rustc_clean(cfg="cfail6")]
437437
impl Foo {
438438
// Warning: Note that `typeck_root` are coming up clean here.
@@ -481,7 +481,7 @@ impl Foo {
481481
#[cfg(not(any(cfail1,cfail4)))]
482482
#[rustc_clean(cfg="cfail2")]
483483
#[rustc_clean(cfg="cfail3")]
484-
#[rustc_clean(cfg="cfail5")]
484+
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail5")]
485485
#[rustc_clean(cfg="cfail6")]
486486
impl Foo {
487487
// Warning: Note that `typeck_root` are coming up clean here.
@@ -573,7 +573,7 @@ impl Foo {
573573
#[cfg(not(any(cfail1,cfail4)))]
574574
#[rustc_clean(cfg="cfail2")]
575575
#[rustc_clean(cfg="cfail3")]
576-
#[rustc_clean(cfg="cfail5")]
576+
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail5")]
577577
#[rustc_clean(cfg="cfail6")]
578578
impl Foo {
579579
// Warning: Note that `typeck_root` are coming up clean here.
@@ -622,7 +622,7 @@ impl Foo {
622622
#[cfg(not(any(cfail1,cfail4)))]
623623
#[rustc_clean(cfg="cfail2")]
624624
#[rustc_clean(cfg="cfail3")]
625-
#[rustc_clean(cfg="cfail5")]
625+
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail5")]
626626
#[rustc_clean(cfg="cfail6")]
627627
impl Foo {
628628
// Warning: Note that `typeck_root` are coming up clean here.

tests/incremental/hashes/trait_defs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ trait TraitChangeModeSelfOwnToMut: Sized {
353353
#[cfg(not(any(cfail1,cfail4)))]
354354
#[rustc_clean(cfg="cfail2")]
355355
#[rustc_clean(cfg="cfail3")]
356-
#[rustc_clean(cfg="cfail5")]
356+
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail5")]
357357
#[rustc_clean(cfg="cfail6")]
358358
trait TraitChangeModeSelfOwnToMut: Sized {
359359
#[rustc_clean(except="opt_hir_owner_nodes,typeck_root,optimized_mir", cfg="cfail2")]

tests/incremental/hashes/trait_impls.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ impl ChangeMethodBodyTrait for Foo {
7676
#[cfg(not(any(cfail1,cfail4)))]
7777
#[rustc_clean(cfg="cfail2")]
7878
#[rustc_clean(cfg="cfail3")]
79-
#[rustc_clean(cfg="cfail5")]
79+
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail5")]
8080
#[rustc_clean(cfg="cfail6")]
8181
impl ChangeMethodBodyTrait for Foo {
8282
#[rustc_clean(except="opt_hir_owner_nodes,typeck_root", cfg="cfail2")]
@@ -111,7 +111,7 @@ impl ChangeMethodBodyTraitInlined for Foo {
111111
#[cfg(not(any(cfail1,cfail4)))]
112112
#[rustc_clean(cfg="cfail2")]
113113
#[rustc_clean(cfg="cfail3")]
114-
#[rustc_clean(cfg="cfail5")]
114+
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail5")]
115115
#[rustc_clean(cfg="cfail6")]
116116
impl ChangeMethodBodyTraitInlined for Foo {
117117
#[rustc_clean(except="opt_hir_owner_nodes,typeck_root,optimized_mir", cfg="cfail2")]
@@ -222,7 +222,7 @@ pub trait ChangeMethodSelfmutnessTrait {
222222
#[cfg(not(any(cfail1,cfail4)))]
223223
#[rustc_clean(cfg="cfail2")]
224224
#[rustc_clean(cfg="cfail3")]
225-
#[rustc_clean(cfg="cfail5")]
225+
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail5")]
226226
#[rustc_clean(cfg="cfail6")]
227227
impl ChangeMethodSelfmutnessTrait for Foo {
228228
#[rustc_clean(except="opt_hir_owner_nodes,fn_sig,typeck_root,optimized_mir", cfg="cfail2")]
@@ -404,7 +404,7 @@ pub trait AddArgumentTrait {
404404
#[cfg(not(any(cfail1,cfail4)))]
405405
#[rustc_clean(cfg="cfail2")]
406406
#[rustc_clean(cfg="cfail3")]
407-
#[rustc_clean(cfg="cfail5")]
407+
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail5")]
408408
#[rustc_clean(cfg="cfail6")]
409409
impl AddArgumentTrait for Foo {
410410
#[rustc_clean(except="opt_hir_owner_nodes,fn_sig,typeck_root,optimized_mir", cfg="cfail2")]
@@ -438,7 +438,7 @@ pub trait ChangeArgumentTypeTrait {
438438
#[cfg(not(any(cfail1,cfail4)))]
439439
#[rustc_clean(cfg="cfail2")]
440440
#[rustc_clean(cfg="cfail3")]
441-
#[rustc_clean(cfg="cfail5")]
441+
#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail5")]
442442
#[rustc_clean(cfg="cfail6")]
443443
impl ChangeArgumentTypeTrait for Foo {
444444
#[rustc_clean(except="opt_hir_owner_nodes,fn_sig,typeck_root,optimized_mir", cfg="cfail2")]

0 commit comments

Comments
 (0)