We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#[deriving(Copy)]
1 parent 4c00756 commit 1d25271Copy full SHA for 1d25271
src/libstd/rt/unwind.rs
@@ -397,15 +397,14 @@ pub mod eabi {
397
pub struct DISPATCHER_CONTEXT;
398
399
#[repr(C)]
400
+ #[deriving(Copy)]
401
pub enum EXCEPTION_DISPOSITION {
402
ExceptionContinueExecution,
403
ExceptionContinueSearch,
404
ExceptionNestedException,
405
ExceptionCollidedUnwind
406
}
407
- impl Copy for EXCEPTION_DISPOSITION {}
408
-
409
type _Unwind_Personality_Fn =
410
extern "C" fn(
411
version: c_int,
0 commit comments