@@ -146,12 +146,12 @@ impl Foo {
146146impl Foo {
147147 #[ rustc_clean(
148148 cfg="bpass2" ,
149- except="hir_owner,fn_sig,generics_of,typeck_root,associated_item,optimized_mir" ,
149+ except="hir_owner,fn_sig,type_of, generics_of,typeck_root,associated_item,optimized_mir" ,
150150 ) ]
151151 #[ rustc_clean( cfg="bpass3" ) ]
152152 #[ rustc_clean(
153153 cfg="bpass5" ,
154- except="hir_owner,fn_sig,generics_of,typeck_root,associated_item,optimized_mir" ,
154+ except="hir_owner,fn_sig,type_of, generics_of,typeck_root,associated_item,optimized_mir" ,
155155 ) ]
156156 #[ rustc_clean( cfg="bpass6" ) ]
157157 pub fn method_selfness ( & self ) { }
@@ -421,9 +421,9 @@ impl Foo {
421421 // ----------------------------------------------------------
422422 // -----------------------------------------------------------
423423 // ----------------------------------------------------------
424- // --------------------------------------------------------------
424+ // ----------------------------------------------------------------------
425425 // -------------------------
426- // --------------------------------------------------------------------------
426+ // ----------------------------------------------------------------------------------
427427 // -------------------------
428428 pub fn add_lifetime_parameter_to_method ( & self ) { }
429429}
@@ -443,9 +443,9 @@ impl Foo {
443443 // if we lower generics before the body, then the `HirId` for
444444 // things in the body will be affected. So if you start to see
445445 // `typeck_root` appear dirty, that might be the cause. -nmatsakis
446- #[ rustc_clean( cfg="bpass2" , except="hir_owner,fn_sig" ) ]
446+ #[ rustc_clean( cfg="bpass2" , except="hir_owner,fn_sig,type_of " ) ]
447447 #[ rustc_clean( cfg="bpass3" ) ]
448- #[ rustc_clean( cfg="bpass5" , except="hir_owner,fn_sig,generics_of" ) ]
448+ #[ rustc_clean( cfg="bpass5" , except="hir_owner,fn_sig,type_of, generics_of" ) ]
449449 #[ rustc_clean( cfg="bpass6" ) ]
450450 pub fn add_lifetime_parameter_to_method < ' a > ( & self ) { }
451451}
0 commit comments