Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Aug 27, 2017
1 parent 1ed962b commit 878013c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libsyntax/ext/expand.rs
Expand Up @@ -702,7 +702,6 @@ impl<'a> Parser<'a> {
of `{}!` is likely invalid in {} context",
macro_path, kind_name);
err.span_note(span, &msg).emit();
self.cx.trace_macros_diag();
}
}
}
Expand Down

0 comments on commit 878013c

Please sign in to comment.