@@ -27,9 +27,9 @@ extern "C" {
2727}
2828
2929#[ cfg( not( any( cfail1, cfail4) ) ) ]
30- #[ rustc_clean( cfg = "cfail2" , except = "hir_owner" ) ]
30+ #[ rustc_clean( cfg = "cfail2" , except = "hir_owner,hir_owner_nodes " ) ]
3131#[ rustc_clean( cfg = "cfail3" ) ]
32- #[ rustc_clean( cfg = "cfail5" , except = "hir_owner" ) ]
32+ #[ rustc_clean( cfg = "cfail5" , except = "hir_owner,hir_owner_nodes " ) ]
3333#[ rustc_clean( cfg = "cfail6" ) ]
3434extern "C" {
3535 pub fn change_function_name2 ( c : i64 ) -> i32 ;
@@ -132,9 +132,9 @@ extern "C" {
132132}
133133
134134#[ cfg( not( any( cfail1, cfail4) ) ) ]
135- #[ rustc_clean( cfg = "cfail2" , except = "hir_owner" ) ]
135+ #[ rustc_clean( cfg = "cfail2" , except = "hir_owner,hir_owner_nodes " ) ]
136136#[ rustc_clean( cfg = "cfail3" ) ]
137- #[ rustc_clean( cfg = "cfail5" , except = "hir_owner" ) ]
137+ #[ rustc_clean( cfg = "cfail5" , except = "hir_owner,hir_owner_nodes " ) ]
138138#[ rustc_clean( cfg = "cfail6" ) ]
139139extern "rust-call" {
140140 pub fn change_calling_convention ( c : i32 ) ;
@@ -162,9 +162,9 @@ extern "C" {
162162}
163163
164164#[ cfg( not( any( cfail1, cfail4) ) ) ]
165- #[ rustc_clean( cfg = "cfail2" , except = "hir_owner" ) ]
165+ #[ rustc_clean( cfg = "cfail2" , except = "hir_owner,hir_owner_nodes " ) ]
166166#[ rustc_clean( cfg = "cfail3" ) ]
167- #[ rustc_clean( cfg = "cfail5" , except = "hir_owner" ) ]
167+ #[ rustc_clean( cfg = "cfail5" , except = "hir_owner,hir_owner_nodes " ) ]
168168#[ rustc_clean( cfg = "cfail6" ) ]
169169extern "C" {
170170 pub fn add_function1 ( c : i32 ) ;
0 commit comments