File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ impl Foo {
150
150
}
151
151
152
152
#[ cfg( not( any( cfail1, cfail4) ) ) ]
153
- #[ rustc_clean( cfg="cfail2" , except= "opt_hir_owner_nodes" ) ]
153
+ #[ rustc_clean( cfg="cfail2" ) ]
154
154
#[ rustc_clean( cfg="cfail3" ) ]
155
155
#[ rustc_clean( cfg="cfail5" , except="opt_hir_owner_nodes" ) ]
156
156
#[ rustc_clean( cfg="cfail6" ) ]
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ pub trait ChangeMethodSelfnessTrait {
141
141
}
142
142
143
143
#[ cfg( not( any( cfail1, cfail4) ) ) ]
144
- #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail2" ) ]
144
+ #[ rustc_clean( cfg="cfail2" ) ]
145
145
#[ rustc_clean( cfg="cfail3" ) ]
146
146
#[ rustc_clean( except="opt_hir_owner_nodes" , cfg="cfail5" ) ]
147
147
#[ rustc_clean( cfg="cfail6" ) ]
@@ -179,7 +179,7 @@ pub trait RemoveMethodSelfnessTrait {
179
179
}
180
180
181
181
#[ cfg( not( any( cfail1, cfail4) ) ) ]
182
- #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail2" ) ]
182
+ #[ rustc_clean( cfg="cfail2" ) ]
183
183
#[ rustc_clean( cfg="cfail3" ) ]
184
184
#[ rustc_clean( except="opt_hir_owner_nodes" , cfg="cfail5" ) ]
185
185
#[ rustc_clean( cfg="cfail6" ) ]
You can’t perform that action at this time.
0 commit comments