Fallout in libsyntax

This commit is contained in:
Niko Matsakis
2015-03-30 09:38:59 -04:00
parent d9530c01a7
commit 49b76a087b
16 changed files with 27 additions and 27 deletions

View File

@@ -318,7 +318,7 @@ impl MacResult for MacEager {
/// Fill-in macro expansion result, to allow compilation to continue
/// after hitting errors.
#[derive(Copy)]
#[derive(Copy, Clone)]
pub struct DummyResult {
expr_only: bool,
span: Span