syntax: convert deriving to take &mut ExtCtxt.
This commit is contained in:
@@ -44,7 +44,7 @@ pub mod totalord;
|
||||
|
||||
pub mod generic;
|
||||
|
||||
pub fn expand_meta_deriving(cx: &ExtCtxt,
|
||||
pub fn expand_meta_deriving(cx: &mut ExtCtxt,
|
||||
_span: Span,
|
||||
mitem: @MetaItem,
|
||||
in_items: ~[@Item])
|
||||
|
||||
Reference in New Issue
Block a user