Skip to content

Commit

Permalink
Fixup RustcDeserialize internal features
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Feb 11, 2019
1 parent 1920836 commit da8352c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libsyntax/ext/expand.rs
Expand Up @@ -942,6 +942,7 @@ impl<'a, 'b> MacroExpander<'a, 'b> {
Symbol::intern("rustc_attrs"),
Symbol::intern("derive_clone_copy"),
Symbol::intern("derive_eq"),
Symbol::intern("libstd_sys_internals"), // RustcDeserialize and RustcSerialize
];
invoc.expansion_data.mark.set_expn_info(expn_info);
let span = span.with_ctxt(self.cx.backtrace());
Expand Down

0 comments on commit da8352c

Please sign in to comment.