diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2017-08-27 20:05:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-08-27 20:05:26 +0200 |
| commit | 878013cd0c33e0aede78a6d0b5a579d9c2733844 (patch) | |
| tree | 04391bc69a32a0b156b6ecb76eb7d794e92170c3 /src/libsyntax/ext | |
| parent | 1ed962b9e34013942304a64bffef786f61c61f9d (diff) | |
| download | rust-878013cd0c33e0aede78a6d0b5a579d9c2733844.tar.gz rust-878013cd0c33e0aede78a6d0b5a579d9c2733844.zip | |
Fix error
Diffstat (limited to 'src/libsyntax/ext')
| -rw-r--r-- | src/libsyntax/ext/expand.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsyntax/ext/expand.rs b/src/libsyntax/ext/expand.rs index ab0fd678e66..414b248a267 100644 --- a/src/libsyntax/ext/expand.rs +++ b/src/libsyntax/ext/expand.rs @@ -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(); } } } |
