@@ -254,7 +254,6 @@ pub mod eabi {
254
254
}
255
255
256
256
#[ no_mangle] // referenced from rust_try.ll
257
- #[ allow( unexported_no_mangle) ]
258
257
pub extern "C" fn rust_eh_personality_catch (
259
258
_version : c_int ,
260
259
actions : uw:: _Unwind_Action ,
@@ -293,7 +292,7 @@ pub mod eabi {
293
292
294
293
#[ lang="eh_personality" ]
295
294
#[ no_mangle] // referenced from rust_try.ll
296
- #[ allow( unexported_no_mangle ) ]
295
+ #[ allow( private_no_mangle_fns ) ]
297
296
pub extern "C" fn rust_eh_personality (
298
297
version : c_int ,
299
298
actions : uw:: _Unwind_Action ,
@@ -309,7 +308,6 @@ pub mod eabi {
309
308
}
310
309
311
310
#[ no_mangle] // referenced from rust_try.ll
312
- #[ allow( unexported_no_mangle) ]
313
311
pub extern "C" fn rust_eh_personality_catch (
314
312
_version : c_int ,
315
313
actions : uw:: _Unwind_Action ,
@@ -348,7 +346,7 @@ pub mod eabi {
348
346
349
347
#[ lang="eh_personality" ]
350
348
#[ no_mangle] // referenced from rust_try.ll
351
- #[ allow( unexported_no_mangle ) ]
349
+ #[ allow( private_no_mangle_fns ) ]
352
350
extern "C" fn rust_eh_personality (
353
351
state : uw:: _Unwind_State ,
354
352
ue_header : * mut uw:: _Unwind_Exception ,
@@ -361,7 +359,6 @@ pub mod eabi {
361
359
}
362
360
363
361
#[ no_mangle] // referenced from rust_try.ll
364
- #[ allow( unexported_no_mangle) ]
365
362
pub extern "C" fn rust_eh_personality_catch (
366
363
state : uw:: _Unwind_State ,
367
364
_ue_header : * mut uw:: _Unwind_Exception ,
@@ -439,7 +436,7 @@ pub mod eabi {
439
436
440
437
#[ lang="eh_personality" ]
441
438
#[ no_mangle] // referenced from rust_try.ll
442
- #[ allow( unexported_no_mangle ) ]
439
+ #[ allow( private_no_mangle_fns ) ]
443
440
extern "C" fn rust_eh_personality (
444
441
exceptionRecord : * mut EXCEPTION_RECORD ,
445
442
establisherFrame : * mut c_void ,
@@ -454,7 +451,6 @@ pub mod eabi {
454
451
}
455
452
456
453
#[ no_mangle] // referenced from rust_try.ll
457
- #[ allow( unexported_no_mangle) ]
458
454
pub extern "C" fn rust_eh_personality_catch (
459
455
exceptionRecord : * mut EXCEPTION_RECORD ,
460
456
establisherFrame : * mut c_void ,
0 commit comments