Skip to content

Commit

Permalink
Fix num-macros for nightly
Browse files Browse the repository at this point in the history
Now compatible with rustc 1.13.0-nightly (32571c05c 2016-09-17)
  • Loading branch information
bluss committed Sep 18, 2016
1 parent c8ed8ff commit 6cfd6c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions macros/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ pub fn expand_deriving_from_primitive(cx: &mut ExtCtxt,
}
),
associated_types: Vec::new(),
supports_unions: false,
};

trait_def.expand(cx, mitem, &item, push)
Expand Down

0 comments on commit 6cfd6c8

Please sign in to comment.