diff options
Diffstat (limited to 'src/libsyntax/ext/deriving/rand.rs')
| -rw-r--r-- | src/libsyntax/ext/deriving/rand.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/ext/deriving/rand.rs b/src/libsyntax/ext/deriving/rand.rs index e81aa55d10d..597e0959de2 100644 --- a/src/libsyntax/ext/deriving/rand.rs +++ b/src/libsyntax/ext/deriving/rand.rs @@ -41,7 +41,7 @@ pub fn expand_deriving_rand(cx: &mut ExtCtxt, Borrowed(None, ast::MutMutable)) ), ret_ty: Self, - inline: false, + attributes: Vec::new(), const_nonmatching: false, combine_substructure: rand_substructure } |
