From eea07ef137992c80ab80e17f28d71abf04ef9079 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Wed, 23 Oct 2013 21:10:38 -0700 Subject: Slightly better error handling --- lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib.rs') diff --git a/lib.rs b/lib.rs index 4b5d4ba7..a15b7964 100644 --- a/lib.rs +++ b/lib.rs @@ -1,3 +1,5 @@ +#[feature(struct_variant)]; + use std::cast; use std::libc::{c_int, c_void}; use std::ptr; -- cgit v1.2.3