@@ -28,9 +28,9 @@ pub fn change_callee_function() {
2828}
2929
3030#[ cfg( not( any( cfail1, cfail4) ) ) ]
31- #[ rustc_clean( cfg="cfail2" , except="hir_owner_nodes ,optimized_mir,typeck" ) ]
31+ #[ rustc_clean( cfg="cfail2" , except="opt_hir_owner_nodes ,optimized_mir,typeck" ) ]
3232#[ rustc_clean( cfg="cfail3" ) ]
33- #[ rustc_clean( cfg="cfail5" , except="hir_owner_nodes ,optimized_mir,typeck" ) ]
33+ #[ rustc_clean( cfg="cfail5" , except="opt_hir_owner_nodes ,optimized_mir,typeck" ) ]
3434#[ rustc_clean( cfg="cfail6" ) ]
3535pub fn change_callee_function ( ) {
3636 callee2 ( 1 , 2 )
@@ -45,9 +45,9 @@ pub fn change_argument_function() {
4545}
4646
4747#[ cfg( not( any( cfail1, cfail4) ) ) ]
48- #[ rustc_clean( cfg="cfail2" , except="hir_owner_nodes ,optimized_mir" ) ]
48+ #[ rustc_clean( cfg="cfail2" , except="opt_hir_owner_nodes ,optimized_mir" ) ]
4949#[ rustc_clean( cfg="cfail3" ) ]
50- #[ rustc_clean( cfg="cfail5" , except="hir_owner_nodes ,optimized_mir" ) ]
50+ #[ rustc_clean( cfg="cfail5" , except="opt_hir_owner_nodes ,optimized_mir" ) ]
5151#[ rustc_clean( cfg="cfail6" ) ]
5252pub fn change_argument_function ( ) {
5353 callee1 ( 1 , 3 )
@@ -62,9 +62,9 @@ mod change_callee_indirectly_function {
6262 #[ cfg( not( any( cfail1, cfail4) ) ) ]
6363 use super :: callee2 as callee;
6464
65- #[ rustc_clean( except="hir_owner_nodes ,typeck" , cfg="cfail2" ) ]
65+ #[ rustc_clean( except="opt_hir_owner_nodes ,typeck" , cfg="cfail2" ) ]
6666 #[ rustc_clean( cfg="cfail3" ) ]
67- #[ rustc_clean( except="hir_owner_nodes ,typeck" , cfg="cfail5" ) ]
67+ #[ rustc_clean( except="opt_hir_owner_nodes ,typeck" , cfg="cfail5" ) ]
6868 #[ rustc_clean( cfg="cfail6" ) ]
6969 pub fn change_callee_indirectly_function ( ) {
7070 callee ( 1 , 2 )
@@ -86,9 +86,9 @@ pub fn change_callee_method() {
8686}
8787
8888#[ cfg( not( any( cfail1, cfail4) ) ) ]
89- #[ rustc_clean( cfg="cfail2" , except="hir_owner_nodes ,optimized_mir,typeck" ) ]
89+ #[ rustc_clean( cfg="cfail2" , except="opt_hir_owner_nodes ,optimized_mir,typeck" ) ]
9090#[ rustc_clean( cfg="cfail3" ) ]
91- #[ rustc_clean( cfg="cfail5" , except="hir_owner_nodes ,optimized_mir,typeck" ) ]
91+ #[ rustc_clean( cfg="cfail5" , except="opt_hir_owner_nodes ,optimized_mir,typeck" ) ]
9292#[ rustc_clean( cfg="cfail6" ) ]
9393pub fn change_callee_method ( ) {
9494 let s = Struct ;
@@ -105,9 +105,9 @@ pub fn change_argument_method() {
105105}
106106
107107#[ cfg( not( any( cfail1, cfail4) ) ) ]
108- #[ rustc_clean( cfg="cfail2" , except="hir_owner_nodes ,optimized_mir" ) ]
108+ #[ rustc_clean( cfg="cfail2" , except="opt_hir_owner_nodes ,optimized_mir" ) ]
109109#[ rustc_clean( cfg="cfail3" ) ]
110- #[ rustc_clean( cfg="cfail5" , except="hir_owner_nodes ,optimized_mir" ) ]
110+ #[ rustc_clean( cfg="cfail5" , except="opt_hir_owner_nodes ,optimized_mir" ) ]
111111#[ rustc_clean( cfg="cfail6" ) ]
112112pub fn change_argument_method ( ) {
113113 let s = Struct ;
@@ -124,9 +124,9 @@ pub fn change_ufcs_callee_method() {
124124}
125125
126126#[ cfg( not( any( cfail1, cfail4) ) ) ]
127- #[ rustc_clean( cfg="cfail2" , except="hir_owner_nodes ,optimized_mir,typeck" ) ]
127+ #[ rustc_clean( cfg="cfail2" , except="opt_hir_owner_nodes ,optimized_mir,typeck" ) ]
128128#[ rustc_clean( cfg="cfail3" ) ]
129- #[ rustc_clean( cfg="cfail5" , except="hir_owner_nodes ,optimized_mir,typeck" ) ]
129+ #[ rustc_clean( cfg="cfail5" , except="opt_hir_owner_nodes ,optimized_mir,typeck" ) ]
130130#[ rustc_clean( cfg="cfail6" ) ]
131131pub fn change_ufcs_callee_method ( ) {
132132 let s = Struct ;
@@ -143,9 +143,9 @@ pub fn change_argument_method_ufcs() {
143143}
144144
145145#[ cfg( not( any( cfail1, cfail4) ) ) ]
146- #[ rustc_clean( cfg="cfail2" , except="hir_owner_nodes ,optimized_mir" ) ]
146+ #[ rustc_clean( cfg="cfail2" , except="opt_hir_owner_nodes ,optimized_mir" ) ]
147147#[ rustc_clean( cfg="cfail3" ) ]
148- #[ rustc_clean( cfg="cfail5" , except="hir_owner_nodes ,optimized_mir" ) ]
148+ #[ rustc_clean( cfg="cfail5" , except="opt_hir_owner_nodes ,optimized_mir" ) ]
149149#[ rustc_clean( cfg="cfail6" ) ]
150150pub fn change_argument_method_ufcs ( ) {
151151 let s = Struct ;
@@ -162,11 +162,11 @@ pub fn change_to_ufcs() {
162162}
163163
164164#[ cfg( not( any( cfail1, cfail4) ) ) ]
165- #[ rustc_clean( cfg="cfail2" , except="hir_owner_nodes ,typeck" ) ]
165+ #[ rustc_clean( cfg="cfail2" , except="opt_hir_owner_nodes ,typeck" ) ]
166166#[ rustc_clean( cfg="cfail3" ) ]
167- #[ rustc_clean( cfg="cfail5" , except="hir_owner_nodes ,optimized_mir,typeck" ) ]
167+ #[ rustc_clean( cfg="cfail5" , except="opt_hir_owner_nodes ,optimized_mir,typeck" ) ]
168168#[ rustc_clean( cfg="cfail6" ) ]
169- // One might think this would be expanded in the hir_owner_nodes /Mir, but it actually
169+ // One might think this would be expanded in the opt_hir_owner_nodes /Mir, but it actually
170170// results in slightly different hir_owner/Mir.
171171pub fn change_to_ufcs ( ) {
172172 let s = Struct ;
@@ -186,9 +186,9 @@ pub mod change_ufcs_callee_indirectly {
186186 #[ cfg( not( any( cfail1, cfail4) ) ) ]
187187 use super :: Struct2 as Struct ;
188188
189- #[ rustc_clean( cfg="cfail2" , except="hir_owner_nodes ,optimized_mir,typeck" ) ]
189+ #[ rustc_clean( cfg="cfail2" , except="opt_hir_owner_nodes ,optimized_mir,typeck" ) ]
190190 #[ rustc_clean( cfg="cfail3" ) ]
191- #[ rustc_clean( cfg="cfail5" , except="hir_owner_nodes ,optimized_mir,typeck" ) ]
191+ #[ rustc_clean( cfg="cfail5" , except="opt_hir_owner_nodes ,optimized_mir,typeck" ) ]
192192 #[ rustc_clean( cfg="cfail6" ) ]
193193 pub fn change_ufcs_callee_indirectly ( ) {
194194 let s = Struct ;
0 commit comments