@@ -254,7 +254,6 @@ pub mod eabi {
254254 }
255255
256256 #[ no_mangle] // referenced from rust_try.ll
257- #[ allow( unexported_no_mangle) ]
258257 pub extern "C" fn rust_eh_personality_catch (
259258 _version : c_int ,
260259 actions : uw:: _Unwind_Action ,
@@ -293,7 +292,7 @@ pub mod eabi {
293292
294293 #[ lang="eh_personality" ]
295294 #[ no_mangle] // referenced from rust_try.ll
296- #[ allow( unexported_no_mangle ) ]
295+ #[ allow( private_no_mangle_fns ) ]
297296 pub extern "C" fn rust_eh_personality (
298297 version : c_int ,
299298 actions : uw:: _Unwind_Action ,
@@ -309,7 +308,6 @@ pub mod eabi {
309308 }
310309
311310 #[ no_mangle] // referenced from rust_try.ll
312- #[ allow( unexported_no_mangle) ]
313311 pub extern "C" fn rust_eh_personality_catch (
314312 _version : c_int ,
315313 actions : uw:: _Unwind_Action ,
@@ -348,7 +346,7 @@ pub mod eabi {
348346
349347 #[ lang="eh_personality" ]
350348 #[ no_mangle] // referenced from rust_try.ll
351- #[ allow( unexported_no_mangle ) ]
349+ #[ allow( private_no_mangle_fns ) ]
352350 extern "C" fn rust_eh_personality (
353351 state : uw:: _Unwind_State ,
354352 ue_header : * mut uw:: _Unwind_Exception ,
@@ -361,7 +359,6 @@ pub mod eabi {
361359 }
362360
363361 #[ no_mangle] // referenced from rust_try.ll
364- #[ allow( unexported_no_mangle) ]
365362 pub extern "C" fn rust_eh_personality_catch (
366363 state : uw:: _Unwind_State ,
367364 _ue_header : * mut uw:: _Unwind_Exception ,
@@ -439,7 +436,7 @@ pub mod eabi {
439436
440437 #[ lang="eh_personality" ]
441438 #[ no_mangle] // referenced from rust_try.ll
442- #[ allow( unexported_no_mangle ) ]
439+ #[ allow( private_no_mangle_fns ) ]
443440 extern "C" fn rust_eh_personality (
444441 exceptionRecord : * mut EXCEPTION_RECORD ,
445442 establisherFrame : * mut c_void ,
@@ -454,7 +451,6 @@ pub mod eabi {
454451 }
455452
456453 #[ no_mangle] // referenced from rust_try.ll
457- #[ allow( unexported_no_mangle) ]
458454 pub extern "C" fn rust_eh_personality_catch (
459455 exceptionRecord : * mut EXCEPTION_RECORD ,
460456 establisherFrame : * mut c_void ,
0 commit comments