@@ -141,12 +141,12 @@ impl Foo {
141141impl Foo {
142142 //------------
143143 //---------------
144- //---------------------------------------------------------------------------------------------
144+ //-----------------------------------------------------------------------------------------------------
145145 //
146146 //--------------------------
147147 //------------
148148 //---------------
149- //---------------------------------------------------------------------------------------------
149+ //-----------------------------------------------------------------------------------------------------
150150 //
151151 //--------------------------
152152 pub fn method_selfness ( ) { }
@@ -160,12 +160,12 @@ impl Foo {
160160impl Foo {
161161 #[ rustc_clean(
162162 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" ,
164164 ) ]
165165 #[ rustc_clean( cfg="cfail3" ) ]
166166 #[ rustc_clean(
167167 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" ,
169169 ) ]
170170 #[ rustc_clean( cfg="cfail6" ) ]
171171 pub fn method_selfness ( & self ) { }
@@ -435,9 +435,9 @@ impl Foo {
435435 // ----------------------------------------------------------
436436 // -----------------------------------------------------------
437437 // ----------------------------------------------------------
438- // --------------------------------------------------------------------
438+ // ----------------------------------------------------------------------------------------
439439 // -------------------------
440- // --------------------------------------------------------------------------------
440+ // ----------------------------------------------------------------------------------------
441441 // -------------------------
442442 pub fn add_lifetime_parameter_to_method ( & self ) { }
443443}
@@ -457,9 +457,9 @@ impl Foo {
457457 // if we lower generics before the body, then the `HirId` for
458458 // things in the body will be affected. So if you start to see
459459 // `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 " ) ]
461461 #[ 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" ) ]
463463 #[ rustc_clean( cfg="cfail6" ) ]
464464 pub fn add_lifetime_parameter_to_method < ' a > ( & self ) { }
465465}
@@ -480,12 +480,12 @@ impl Foo {
480480 // -------------------------------------------------
481481 // -----------
482482 // --------------
483- // ----------------------------------------------------------------------
483+ // -----------------------------------------------------------------------------
484484 //
485485 // -------------------------
486486 // -----------
487487 // --------------
488- // ----------------------------------------------------------------------
488+ // -----------------------------------------------------------------------------
489489 //
490490 // -------------------------
491491 pub fn add_type_parameter_to_method ( & self ) { }
@@ -508,12 +508,12 @@ impl Foo {
508508 // appear dirty, that might be the cause. -nmatsakis
509509 #[ rustc_clean(
510510 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" ,
512512 ) ]
513513 #[ rustc_clean( cfg="cfail3" ) ]
514514 #[ rustc_clean(
515515 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" ,
517517 ) ]
518518 #[ rustc_clean( cfg="cfail6" ) ]
519519 pub fn add_type_parameter_to_method < T > ( & self ) { }
@@ -526,12 +526,12 @@ impl Foo {
526526impl Foo {
527527 //------------
528528 //---------------
529- //-----------------------------------------------------------------------------
529+ //--------------------------------------------------------------
530530 //
531531 //--------------------------
532532 //------------
533533 //---------------
534- //-----------------------------------------------------------------------------
534+ //--------------------------------------------------------------
535535 //
536536 //--------------------------
537537 pub fn add_lifetime_bound_to_lifetime_param_of_method < ' a , ' b > ( & self ) { }
@@ -545,12 +545,12 @@ impl Foo {
545545impl Foo {
546546 #[ rustc_clean(
547547 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"
549549 ) ]
550550 #[ rustc_clean( cfg="cfail3" ) ]
551551 #[ rustc_clean(
552552 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"
554554 ) ]
555555 #[ rustc_clean( cfg="cfail6" ) ]
556556 pub fn add_lifetime_bound_to_lifetime_param_of_method < ' a , ' b : ' a > ( & self ) { }
@@ -572,12 +572,12 @@ impl Foo {
572572 // -------------------------------------------------
573573 // -----------
574574 // --------------
575- // ----------------------------------------------------------------------------
575+ // ---------------------------------------------------------------------
576576 //
577577 // -------------------------
578578 // -----------
579579 // --------------
580- // ----------------------------------------------------------------------------
580+ // ---------------------------------------------------------------------
581581 //
582582 // -------------------------
583583 pub fn add_lifetime_bound_to_type_param_of_method < ' a , T > ( & self ) { }
@@ -600,12 +600,12 @@ impl Foo {
600600 // appear dirty, that might be the cause. -nmatsakis
601601 #[ rustc_clean(
602602 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"
604604 ) ]
605605 #[ rustc_clean( cfg="cfail3" ) ]
606606 #[ rustc_clean(
607607 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"
609609 ) ]
610610 #[ rustc_clean( cfg="cfail6" ) ]
611611 pub fn add_lifetime_bound_to_type_param_of_method < ' a , T : ' a > ( & self ) { }
0 commit comments