diff options
| author | lcnr <rust@lcnr.de> | 2024-03-07 15:39:30 +0100 |
|---|---|---|
| committer | lcnr <rust@lcnr.de> | 2024-03-07 15:39:30 +0100 |
| commit | 2339317cfb8be98c09a1dbc6227e89fac684d7ec (patch) | |
| tree | 709773db99fddb114ec7a098d32f353c18ba2d78 /compiler/rustc_infer/src/traits/project.rs | |
| parent | de3c965b7631c7c1b9ca57c4d210e970e3b89abc (diff) | |
| download | rust-2339317cfb8be98c09a1dbc6227e89fac684d7ec.tar.gz rust-2339317cfb8be98c09a1dbc6227e89fac684d7ec.zip | |
move snapshot handling into mod
Diffstat (limited to 'compiler/rustc_infer/src/traits/project.rs')
| -rw-r--r-- | compiler/rustc_infer/src/traits/project.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_infer/src/traits/project.rs b/compiler/rustc_infer/src/traits/project.rs index afba2e50a23..31ceb234332 100644 --- a/compiler/rustc_infer/src/traits/project.rs +++ b/compiler/rustc_infer/src/traits/project.rs @@ -2,7 +2,7 @@ use super::PredicateObligation; -use crate::infer::InferCtxtUndoLogs; +use crate::infer::snapshot::undo_log::InferCtxtUndoLogs; use rustc_data_structures::{ snapshot_map::{self, SnapshotMapRef, SnapshotMapStorage}, |
