Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-ty/src/next_solver/infer/snapshot/mod.rs')
-rw-r--r--crates/hir-ty/src/next_solver/infer/snapshot/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/hir-ty/src/next_solver/infer/snapshot/mod.rs b/crates/hir-ty/src/next_solver/infer/snapshot/mod.rs
index 8c7dfb25e0..7b9ca96c51 100644
--- a/crates/hir-ty/src/next_solver/infer/snapshot/mod.rs
+++ b/crates/hir-ty/src/next_solver/infer/snapshot/mod.rs
@@ -7,6 +7,7 @@ use tracing::{debug, instrument};
use super::InferCtxt;
use super::region_constraints::RegionSnapshot;
+mod fudge;
pub(crate) mod undo_log;
use undo_log::{Snapshot, UndoLog};