@@ -27,9 +27,9 @@ extern "C" {
27
27
}
28
28
29
29
#[ cfg( not( any( cfail1, cfail4) ) ) ]
30
- #[ rustc_clean( cfg = "cfail2" , except = "hir_owner" ) ]
30
+ #[ rustc_clean( cfg = "cfail2" , except = "hir_owner,hir_owner_nodes " ) ]
31
31
#[ rustc_clean( cfg = "cfail3" ) ]
32
- #[ rustc_clean( cfg = "cfail5" , except = "hir_owner" ) ]
32
+ #[ rustc_clean( cfg = "cfail5" , except = "hir_owner,hir_owner_nodes " ) ]
33
33
#[ rustc_clean( cfg = "cfail6" ) ]
34
34
extern "C" {
35
35
pub fn change_function_name2 ( c : i64 ) -> i32 ;
@@ -132,9 +132,9 @@ extern "C" {
132
132
}
133
133
134
134
#[ cfg( not( any( cfail1, cfail4) ) ) ]
135
- #[ rustc_clean( cfg = "cfail2" , except = "hir_owner" ) ]
135
+ #[ rustc_clean( cfg = "cfail2" , except = "hir_owner,hir_owner_nodes " ) ]
136
136
#[ rustc_clean( cfg = "cfail3" ) ]
137
- #[ rustc_clean( cfg = "cfail5" , except = "hir_owner" ) ]
137
+ #[ rustc_clean( cfg = "cfail5" , except = "hir_owner,hir_owner_nodes " ) ]
138
138
#[ rustc_clean( cfg = "cfail6" ) ]
139
139
extern "rust-call" {
140
140
pub fn change_calling_convention ( c : i32 ) ;
@@ -162,9 +162,9 @@ extern "C" {
162
162
}
163
163
164
164
#[ cfg( not( any( cfail1, cfail4) ) ) ]
165
- #[ rustc_clean( cfg = "cfail2" , except = "hir_owner" ) ]
165
+ #[ rustc_clean( cfg = "cfail2" , except = "hir_owner,hir_owner_nodes " ) ]
166
166
#[ rustc_clean( cfg = "cfail3" ) ]
167
- #[ rustc_clean( cfg = "cfail5" , except = "hir_owner" ) ]
167
+ #[ rustc_clean( cfg = "cfail5" , except = "hir_owner,hir_owner_nodes " ) ]
168
168
#[ rustc_clean( cfg = "cfail6" ) ]
169
169
extern "C" {
170
170
pub fn add_function1 ( c : i32 ) ;
0 commit comments