@@ -141,12 +141,12 @@ impl Foo {
141
141
impl Foo {
142
142
//------------
143
143
//---------------
144
- //---------------------------------------------------------------------------------------------
144
+ //-----------------------------------------------------------------------------------------------------
145
145
//
146
146
//--------------------------
147
147
//------------
148
148
//---------------
149
- //---------------------------------------------------------------------------------------------
149
+ //-----------------------------------------------------------------------------------------------------
150
150
//
151
151
//--------------------------
152
152
pub fn method_selfness ( ) { }
@@ -160,12 +160,12 @@ impl Foo {
160
160
impl Foo {
161
161
#[ rustc_clean(
162
162
cfg="cfail2" ,
163
- except="hir_owner,hir_owner_nodes,fn_sig,generics_of,typeck,associated_item,optimized_mir" ,
163
+ except="hir_owner,hir_owner_nodes,type_of, fn_sig,generics_of,typeck,associated_item,optimized_mir" ,
164
164
) ]
165
165
#[ rustc_clean( cfg="cfail3" ) ]
166
166
#[ rustc_clean(
167
167
cfg="cfail5" ,
168
- except="hir_owner,hir_owner_nodes,fn_sig,generics_of,typeck,associated_item,optimized_mir" ,
168
+ except="hir_owner,hir_owner_nodes,type_of, fn_sig,generics_of,typeck,associated_item,optimized_mir" ,
169
169
) ]
170
170
#[ rustc_clean( cfg="cfail6" ) ]
171
171
pub fn method_selfness ( & self ) { }
@@ -435,9 +435,9 @@ impl Foo {
435
435
// ----------------------------------------------------------
436
436
// -----------------------------------------------------------
437
437
// ----------------------------------------------------------
438
- // --------------------------------------------------------------------
438
+ // ----------------------------------------------------------------------------------------
439
439
// -------------------------
440
- // --------------------------------------------------------------------------------
440
+ // ----------------------------------------------------------------------------------------
441
441
// -------------------------
442
442
pub fn add_lifetime_parameter_to_method ( & self ) { }
443
443
}
@@ -457,9 +457,9 @@ impl Foo {
457
457
// if we lower generics before the body, then the `HirId` for
458
458
// things in the body will be affected. So if you start to see
459
459
// `typeck` appear dirty, that might be the cause. -nmatsakis
460
- #[ rustc_clean( cfg="cfail2" , except="hir_owner,hir_owner_nodes,fn_sig" ) ]
460
+ #[ rustc_clean( cfg="cfail2" , except="hir_owner,hir_owner_nodes,type_of, fn_sig,generics_of " ) ]
461
461
#[ rustc_clean( cfg="cfail3" ) ]
462
- #[ rustc_clean( cfg="cfail5" , except="hir_owner,hir_owner_nodes,fn_sig,generics_of" ) ]
462
+ #[ rustc_clean( cfg="cfail5" , except="hir_owner,hir_owner_nodes,type_of, fn_sig,generics_of" ) ]
463
463
#[ rustc_clean( cfg="cfail6" ) ]
464
464
pub fn add_lifetime_parameter_to_method < ' a > ( & self ) { }
465
465
}
@@ -480,12 +480,12 @@ impl Foo {
480
480
// -------------------------------------------------
481
481
// -----------
482
482
// --------------
483
- // ----------------------------------------------------------------------
483
+ // -----------------------------------------------------------------------------
484
484
//
485
485
// -------------------------
486
486
// -----------
487
487
// --------------
488
- // ----------------------------------------------------------------------
488
+ // -----------------------------------------------------------------------------
489
489
//
490
490
// -------------------------
491
491
pub fn add_type_parameter_to_method ( & self ) { }
@@ -508,12 +508,12 @@ impl Foo {
508
508
// appear dirty, that might be the cause. -nmatsakis
509
509
#[ rustc_clean(
510
510
cfg="cfail2" ,
511
- except="hir_owner,hir_owner_nodes,generics_of,predicates_of,type_of" ,
511
+ except="hir_owner,hir_owner_nodes,fn_sig, generics_of,predicates_of,type_of" ,
512
512
) ]
513
513
#[ rustc_clean( cfg="cfail3" ) ]
514
514
#[ rustc_clean(
515
515
cfg="cfail5" ,
516
- except="hir_owner,hir_owner_nodes,generics_of,predicates_of,type_of" ,
516
+ except="hir_owner,hir_owner_nodes,fn_sig, generics_of,predicates_of,type_of" ,
517
517
) ]
518
518
#[ rustc_clean( cfg="cfail6" ) ]
519
519
pub fn add_type_parameter_to_method < T > ( & self ) { }
@@ -526,12 +526,12 @@ impl Foo {
526
526
impl Foo {
527
527
//------------
528
528
//---------------
529
- //-----------------------------------------------------------------------------
529
+ //--------------------------------------------------------------
530
530
//
531
531
//--------------------------
532
532
//------------
533
533
//---------------
534
- //-----------------------------------------------------------------------------
534
+ //--------------------------------------------------------------
535
535
//
536
536
//--------------------------
537
537
pub fn add_lifetime_bound_to_lifetime_param_of_method < ' a , ' b > ( & self ) { }
@@ -545,12 +545,12 @@ impl Foo {
545
545
impl Foo {
546
546
#[ rustc_clean(
547
547
cfg="cfail2" ,
548
- except="hir_owner,hir_owner_nodes,generics_of,predicates_of,type_of,fn_sig "
548
+ except="hir_owner,hir_owner_nodes,generics_of,predicates_of"
549
549
) ]
550
550
#[ rustc_clean( cfg="cfail3" ) ]
551
551
#[ rustc_clean(
552
552
cfg="cfail5" ,
553
- except="hir_owner,hir_owner_nodes,generics_of,predicates_of,type_of,fn_sig "
553
+ except="hir_owner,hir_owner_nodes,generics_of,predicates_of"
554
554
) ]
555
555
#[ rustc_clean( cfg="cfail6" ) ]
556
556
pub fn add_lifetime_bound_to_lifetime_param_of_method < ' a , ' b : ' a > ( & self ) { }
@@ -572,12 +572,12 @@ impl Foo {
572
572
// -------------------------------------------------
573
573
// -----------
574
574
// --------------
575
- // ----------------------------------------------------------------------------
575
+ // ---------------------------------------------------------------------
576
576
//
577
577
// -------------------------
578
578
// -----------
579
579
// --------------
580
- // ----------------------------------------------------------------------------
580
+ // ---------------------------------------------------------------------
581
581
//
582
582
// -------------------------
583
583
pub fn add_lifetime_bound_to_type_param_of_method < ' a , T > ( & self ) { }
@@ -600,12 +600,12 @@ impl Foo {
600
600
// appear dirty, that might be the cause. -nmatsakis
601
601
#[ rustc_clean(
602
602
cfg="cfail2" ,
603
- except="hir_owner,hir_owner_nodes,generics_of,predicates_of,type_of,fn_sig "
603
+ except="hir_owner,hir_owner_nodes,generics_of,predicates_of,type_of"
604
604
) ]
605
605
#[ rustc_clean( cfg="cfail3" ) ]
606
606
#[ rustc_clean(
607
607
cfg="cfail5" ,
608
- except="hir_owner,hir_owner_nodes,generics_of,predicates_of,type_of,fn_sig "
608
+ except="hir_owner,hir_owner_nodes,generics_of,predicates_of,type_of"
609
609
) ]
610
610
#[ rustc_clean( cfg="cfail6" ) ]
611
611
pub fn add_lifetime_bound_to_type_param_of_method < ' a , T : ' a > ( & self ) { }
0 commit comments