diff options
Diffstat (limited to 'src/libsyntax/ext/deriving/show.rs')
| -rw-r--r-- | src/libsyntax/ext/deriving/show.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/ext/deriving/show.rs b/src/libsyntax/ext/deriving/show.rs index 067958e4bde..153374fbc16 100644 --- a/src/libsyntax/ext/deriving/show.rs +++ b/src/libsyntax/ext/deriving/show.rs @@ -42,7 +42,7 @@ pub fn expand_deriving_show(cx: &mut ExtCtxt, explicit_self: borrowed_explicit_self(), args: vec!(fmtr), ret_ty: Literal(Path::new(vec!("std", "fmt", "Result"))), - inline: false, + attributes: Vec::new(), const_nonmatching: false, combine_substructure: show_substructure } |
