Skip to content

Commit a11be64

Browse files
committed
Auto merge of #229 - bluss:fix-macros, r=hauleth
Fix num-macros for nightly Now compatible with rustc 1.13.0-nightly (32571c05c 2016-09-17)
2 parents c8ed8ff + 6cfd6c8 commit a11be64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

macros/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ pub fn expand_deriving_from_primitive(cx: &mut ExtCtxt,
108108
}
109109
),
110110
associated_types: Vec::new(),
111+
supports_unions: false,
111112
};
112113

113114
trait_def.expand(cx, mitem, &item, push)

0 commit comments

Comments
 (0)