]> git.lizzy.rs Git - rust.git/blobdiff - src/rtstartup/rsbegin.rs
Do not ICE on multipart suggestions touching multiple files
[rust.git] / src / rtstartup / rsbegin.rs
index 52ec601fedde6ebb17a2db92ab778098babfbc6a..f92ff9f071a487d5bb4d91c0e58a7b72b7bf7a4f 100644 (file)
@@ -68,18 +68,12 @@ impl ::Copy for $t {}
 
     unsafe fn init() {
         // register unwind info on module startup
-        rust_eh_register_frames(
-            &__EH_FRAME_BEGIN__ as *const u8,
-            &mut OBJ as *mut _ as *mut u8,
-        );
+        rust_eh_register_frames(&__EH_FRAME_BEGIN__ as *const u8, &mut OBJ as *mut _ as *mut u8);
     }
 
     unsafe fn uninit() {
         // unregister on shutdown
-        rust_eh_unregister_frames(
-            &__EH_FRAME_BEGIN__ as *const u8,
-            &mut OBJ as *mut _ as *mut u8,
-        );
+        rust_eh_unregister_frames(&__EH_FRAME_BEGIN__ as *const u8, &mut OBJ as *mut _ as *mut u8);
     }
 
     // MSVC-specific init/uninit routine registration