diff options
| author | bors <bors@rust-lang.org> | 2019-07-13 17:11:36 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2019-07-13 17:11:36 +0000 |
| commit | 69656fa4cbafc378fd63f9186d93b0df3cdd9320 (patch) | |
| tree | 690b6c3c570374a457a346b7462c8c7c9061d6c3 /src/libsyntax_ext | |
| parent | ec30876f30082a7b32876bd78a8da01f11dcde1e (diff) | |
| parent | 791ceb6a9c5dfeeeb5fc6098db2022a99c2eec18 (diff) | |
| download | rust-69656fa4cbafc378fd63f9186d93b0df3cdd9320.tar.gz rust-69656fa4cbafc378fd63f9186d93b0df3cdd9320.zip | |
Auto merge of #62659 - Centril:rollup-90oz643, r=Centril
Rollup of 5 pull requests Successful merges: - #62577 (Add an AtomicCell abstraction) - #62585 (Make struct_tail normalize when possible) - #62604 (Handle errors during error recovery gracefully) - #62636 (rustbuild: Improve assert about building tools once) - #62651 (Make some rustc macros more hygienic) Failed merges: r? @ghost
Diffstat (limited to 'src/libsyntax_ext')
| -rw-r--r-- | src/libsyntax_ext/error_codes.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax_ext/error_codes.rs b/src/libsyntax_ext/error_codes.rs index 9bbd9fdec17..9ec551b4395 100644 --- a/src/libsyntax_ext/error_codes.rs +++ b/src/libsyntax_ext/error_codes.rs @@ -1,6 +1,6 @@ #![allow(non_snake_case)] -use syntax::{register_diagnostic, register_long_diagnostics}; +use syntax::register_long_diagnostics; // Error messages for EXXXX errors. // Each message should start and end with a new line, and be wrapped to 80 characters. |
