diff --git a/src/postgres/lib.rs b/src/postgres/lib.rs index 4a65c3fd..38801707 100644 --- a/src/postgres/lib.rs +++ b/src/postgres/lib.rs @@ -64,6 +64,8 @@ fn main() { #[warn(missing_doc)]; +#[feature(macro_rules, struct_variant)]; + extern mod extra; use extra::container::Deque;