diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-07-13 16:18:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-13 16:18:41 +0200 |
| commit | 791ceb6a9c5dfeeeb5fc6098db2022a99c2eec18 (patch) | |
| tree | 54f877755130cc0cfb3b62d60a5e8a486d4bcb32 /src/librustc_plugin/error_codes.rs | |
| parent | bafddd4c0aa7939292c992e300593724b8e52aa7 (diff) | |
| parent | 199931ce910776e6cd035da8cdf1dd81f4d411ba (diff) | |
| download | rust-791ceb6a9c5dfeeeb5fc6098db2022a99c2eec18.tar.gz rust-791ceb6a9c5dfeeeb5fc6098db2022a99c2eec18.zip | |
Rollup merge of #62651 - matthewjasper:rustc-macro-hygiene, r=petrochenkov
Make some rustc macros more hygienic
Diffstat (limited to 'src/librustc_plugin/error_codes.rs')
| -rw-r--r-- | src/librustc_plugin/error_codes.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_plugin/error_codes.rs b/src/librustc_plugin/error_codes.rs index 68462bd83ef..9e76f52a111 100644 --- a/src/librustc_plugin/error_codes.rs +++ b/src/librustc_plugin/error_codes.rs @@ -1,6 +1,6 @@ #![allow(non_snake_case)] -use syntax::{register_diagnostic, register_diagnostics, register_long_diagnostics}; +use syntax::{register_diagnostics, register_long_diagnostics}; register_long_diagnostics! { |
