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 {
150150}
151151
152152#[ cfg( not( any( cfail1, cfail4) ) ) ]
153- #[ rustc_clean( cfg="cfail2" , except= "opt_hir_owner_nodes" ) ]
153+ #[ rustc_clean( cfg="cfail2" ) ]
154154#[ rustc_clean( cfg="cfail3" ) ]
155155#[ rustc_clean( cfg="cfail5" , except="opt_hir_owner_nodes" ) ]
156156#[ rustc_clean( cfg="cfail6" ) ]
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ pub trait ChangeMethodSelfnessTrait {
141141}
142142
143143#[ cfg( not( any( cfail1, cfail4) ) ) ]
144- #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail2" ) ]
144+ #[ rustc_clean( cfg="cfail2" ) ]
145145#[ rustc_clean( cfg="cfail3" ) ]
146146#[ rustc_clean( except="opt_hir_owner_nodes" , cfg="cfail5" ) ]
147147#[ rustc_clean( cfg="cfail6" ) ]
@@ -179,7 +179,7 @@ pub trait RemoveMethodSelfnessTrait {
179179}
180180
181181#[ cfg( not( any( cfail1, cfail4) ) ) ]
182- #[ rustc_clean( except= "opt_hir_owner_nodes" , cfg="cfail2" ) ]
182+ #[ rustc_clean( cfg="cfail2" ) ]
183183#[ rustc_clean( cfg="cfail3" ) ]
184184#[ rustc_clean( except="opt_hir_owner_nodes" , cfg="cfail5" ) ]
185185#[ rustc_clean( cfg="cfail6" ) ]
You can’t perform that action at this time.
0 commit comments