diff options
| author | The Miri Cronjob Bot <miri@cron.bot> | 2025-02-19 05:12:49 +0000 |
|---|---|---|
| committer | The Miri Cronjob Bot <miri@cron.bot> | 2025-02-19 05:12:49 +0000 |
| commit | 2e71770009871a3a8b4ec2974c4918c09445666b (patch) | |
| tree | 175f3b6562847b432bc2f26c5a661ff97206c2fa /compiler/rustc_errors/src | |
| parent | 20eb224a559c3bd74ed97efc7c98c0a25f5b5225 (diff) | |
| parent | 0f490b040af82820e423a7e71e0e2e1f6ca7ab57 (diff) | |
| download | rust-2e71770009871a3a8b4ec2974c4918c09445666b.tar.gz rust-2e71770009871a3a8b4ec2974c4918c09445666b.zip | |
Merge from rustc
Diffstat (limited to 'compiler/rustc_errors/src')
| -rw-r--r-- | compiler/rustc_errors/src/lib.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/rustc_errors/src/lib.rs b/compiler/rustc_errors/src/lib.rs index 8ff5dc12596..6fce1fade26 100644 --- a/compiler/rustc_errors/src/lib.rs +++ b/compiler/rustc_errors/src/lib.rs @@ -58,12 +58,13 @@ pub use emitter::ColorConfig; use emitter::{DynEmitter, Emitter, is_case_difference, is_different}; use rustc_data_structures::AtomicRef; use rustc_data_structures::fx::{FxHashSet, FxIndexMap, FxIndexSet}; -use rustc_data_structures::stable_hasher::{Hash128, StableHasher}; +use rustc_data_structures::stable_hasher::StableHasher; use rustc_data_structures::sync::{DynSend, Lock}; pub use rustc_error_messages::{ DiagMessage, FluentBundle, LanguageIdentifier, LazyFallbackBundle, MultiSpan, SpanLabel, SubdiagMessage, fallback_fluent_bundle, fluent_bundle, }; +use rustc_hashes::Hash128; use rustc_lint_defs::LintExpectationId; pub use rustc_lint_defs::{Applicability, listify, pluralize}; use rustc_macros::{Decodable, Encodable}; |
