]> git.lizzy.rs Git - rust.git/commitdiff
Test fixes and rebase conflicts
authorAlex Crichton <alex@alexcrichton.com>
Thu, 30 Apr 2015 00:05:20 +0000 (17:05 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 30 Apr 2015 00:05:20 +0000 (17:05 -0700)
src/libstd/sys/windows/backtrace.rs

index 385834a6226e05ec82d77b760fa897484b2d56d9..d94dfdeeea494fe1d315e441562b7c5c74576989 100644 (file)
@@ -283,7 +283,6 @@ pub fn init_frame(frame: &mut super::STACKFRAME64,
     }
 }
 
-#[repr(C)]
 struct Cleanup {
     handle: libc::HANDLE,
     SymCleanup: SymCleanupFn,